diff options
author | Olof Johansson <olof@lixom.net> | 2013-12-16 12:26:25 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-07 14:54:37 +0100 |
commit | 8ffc05f1538844a25fe9c57ce7badbfff4232a1f (patch) | |
tree | 3c6716fbd0d0556e2f4c45a62a88c7138c6433f4 /arch/arm | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) | |
download | talos-obmc-linux-8ffc05f1538844a25fe9c57ce7badbfff4232a1f.tar.gz talos-obmc-linux-8ffc05f1538844a25fe9c57ce7badbfff4232a1f.zip |
ARM: ux500: turn on PRINTK_TIME in u8500_defconfig
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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index ac632cc38f24..3bdbde985f2e 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -116,6 +116,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 |