diff mbox

ARM: ux500: turn on PRINTK_TIME in u8500_defconfig

Message ID 1387225585-14107-1-git-send-email-olof@lixom.net (mailing list archive)
State New, archived
Headers show

Commit Message

Olof Johansson Dec. 16, 2013, 8:26 p.m. UTC
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 <olof@lixom.net>
---
 arch/arm/configs/u8500_defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Linus Walleij Jan. 7, 2014, 1:55 p.m. UTC | #1
On Mon, Dec 16, 2013 at 9:26 PM, Olof Johansson <olof@lixom.net> wrote:

> 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 <olof@lixom.net>

Patch applied.

I'll take a sweep on other ux500 misc patches and provide a pull
request to you get this back to ARM SoC by pingpong.

Yours,
Linus Walleij
diff mbox

Patch

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