diff options
author | Olof Johansson <olof@lixom.net> | 2013-12-16 15:26:25 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-07 08:54:37 -0500 |
commit | 8ffc05f1538844a25fe9c57ce7badbfff4232a1f (patch) | |
tree | 3c6716fbd0d0556e2f4c45a62a88c7138c6433f4 /arch/arm/configs/u8500_defconfig | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
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/configs/u8500_defconfig')
-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 | |||
116 | CONFIG_ROOT_NFS=y | 116 | CONFIG_ROOT_NFS=y |
117 | CONFIG_NLS_CODEPAGE_437=y | 117 | CONFIG_NLS_CODEPAGE_437=y |
118 | CONFIG_NLS_ISO8859_1=y | 118 | CONFIG_NLS_ISO8859_1=y |
119 | CONFIG_PRINTK_TIME=y | ||
119 | CONFIG_DEBUG_INFO=y | 120 | CONFIG_DEBUG_INFO=y |
120 | CONFIG_DEBUG_FS=y | 121 | CONFIG_DEBUG_FS=y |
121 | CONFIG_MAGIC_SYSRQ=y | 122 | CONFIG_MAGIC_SYSRQ=y |