From patchwork Mon Dec 16 20:26:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 3356721 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 071799F380 for ; Mon, 16 Dec 2013 20:27:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 378722021C for ; Mon, 16 Dec 2013 20:27:31 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 37FC0201BE for ; Mon, 16 Dec 2013 20:27:30 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VsekI-0000uC-0s; Mon, 16 Dec 2013 20:26:30 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vsejz-0005Im-8j; Mon, 16 Dec 2013 20:26:11 +0000 Received: from mail-pa0-f44.google.com ([209.85.220.44]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vsejo-0005G1-93 for linux-arm-kernel@lists.infradead.org; Mon, 16 Dec 2013 20:26:01 +0000 Received: by mail-pa0-f44.google.com with SMTP id fa1so3455443pad.3 for ; Mon, 16 Dec 2013 12:25:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=mMrAitSFlSx3U3bagsX7xCW/tk3N6vkaZjr1Kg1cHZU=; b=OI0lgeBB//DTvg5GKXyCds7pG19ZewHDjBn/XO5sroPctzMpwaXU+JF129BtzUbwKj HBSyozUjZQP3izWQZWVLyqsb+I3A+4TJLMrdqf1ZpVrrt8Sej7PHih6hIL0Fn7hvpDkv VUkaQPiv9rYBFKv8PxVhwiDebRsMYOEfYegKNiDNsA8+rmJY3tOKWYNVJASoyPr07G0b VIPco3wU5PzBlrwW5BLQCn9PAIFhVxh/RZ3X4OqKhX6QHTnyq2Au1Wpuckz0zCYmjmC+ d04WpTJdVKZ3fGnnDIjvLP6Hvi8+tH8ALvtAEN4mH8Wj6EVSegKgEcTwusp4ZNE5QYCy Dtmw== X-Gm-Message-State: ALoCoQksLYZxBc+nqZJQs5qBFhCSzV/BsZrvyO89JLm0NnkqcSTCezupIHp3IAQXBX+pWVaNv7eq X-Received: by 10.68.134.200 with SMTP id pm8mr22665705pbb.123.1387225534912; Mon, 16 Dec 2013 12:25:34 -0800 (PST) Received: from brutus.lixom.net (173-13-129-225-sfba.hfc.comcastbusiness.net. [173.13.129.225]) by mx.google.com with ESMTPSA id nw11sm39019571pab.13.2013.12.16.12.25.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2013 12:25:33 -0800 (PST) From: Olof Johansson To: linus.walleij@linaro.org Subject: [PATCH] ARM: ux500: turn on PRINTK_TIME in u8500_defconfig Date: Mon, 16 Dec 2013 12:26:25 -0800 Message-Id: <1387225585-14107-1-git-send-email-olof@lixom.net> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131216_152600_444546_4D7FDDFF X-CRM114-Status: UNSURE ( 8.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: Olof Johansson , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I recently noticed slow booting of a board, and without printk timestamps it's harder to tell just where the delays are coming from. Enable it. Signed-off-by: Olof Johansson --- arch/arm/configs/u8500_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index c6ebc18..65f7788 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -119,6 +119,7 @@ CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_PRINTK_TIME=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y