summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-12-12 13:48:34 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-12-12 13:48:34 +0100
commit62a1b234fc6b60a954325783262dee7398ca0bf2 (patch)
tree46b79e9b4fce900ccfd08ab7d49d51f3ed4b9bbb
parent57137bc4f7a5e30759bb8feaef8a30f7ba52f653 (diff)
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.
-rw-r--r--arch/arm/configs/colibri_t20_defconfig1
1 files changed, 1 insertions, 0 deletions
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