Message ID | 1387225585-14107-1-git-send-email-olof@lixom.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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
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(+)