From 62a1b234fc6b60a954325783262dee7398ca0bf2 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 12 Dec 2012 13:48:34 +0100 Subject: colibri_t20: enable forcing console flush on restart If the console is locked while the system is rebooted, the messages in the temporary log buffer would not have propagated to all the console drivers. This option forces the console lock to be released if it failed to be acquired, which will cause all the pending messages to be flushed. Enable this configuration option to be more in line with the T30. --- arch/arm/configs/colibri_t20_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/colibri_t20_defconfig b/arch/arm/configs/colibri_t20_defconfig index 188403f3099a..be735203e56f 100644 --- a/arch/arm/configs/colibri_t20_defconfig +++ b/arch/arm/configs/colibri_t20_defconfig @@ -49,6 +49,7 @@ CONFIG_PREEMPT=y CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set CONFIG_HIGHMEM=y +CONFIG_ARM_FLUSH_CONSOLE_ON_RESTART=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_CPU_FREQ=y -- cgit v1.2.3