summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJassi Brar <jaswinder.singh@linaro.org>2011-09-16 06:56:12 +0100
committerAndy Green <andy.green@linaro.org>2011-09-16 06:56:12 +0100
commit29e982052f8a8050ea76d0946b79e57e365e460a (patch)
treef1d42211089ec9d1c8d0627771afc6a530134444
parentc47e8ab54ff583c7d25ccbdfd292a63bc6790b59 (diff)
The sporadic boot crashes are down to stuff at real console init time happening when the UART has been under DEBUG_LL control until then. This disables CONFIG_LL from our defconfig. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--arch/arm/configs/android_omap4_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/android_omap4_defconfig b/arch/arm/configs/android_omap4_defconfig
index 6d0240301ba..39616506f72 100644
--- a/arch/arm/configs/android_omap4_defconfig
+++ b/arch/arm/configs/android_omap4_defconfig
@@ -349,7 +349,6 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_USER=y
-CONFIG_DEBUG_LL=y
CONFIG_SECURITY=y
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_ANSI_CPRNG is not set