From 9bf917636a65df44e0a513d0b544f1bef1de5f51 Mon Sep 17 00:00:00 2001 From: "George G. Davis" Date: Tue, 3 Jan 2006 10:38:55 -0800 Subject: [PATCH] [PATCH] ARM: OMAP: Disable DEBUG_LL in omap_h3_1710_defconfig Some folks have reported "serial console corruption" issues when using the current omap_h3_1710_defconfig due to CONFIG_DEBUG_LL=y. This patch disables CONFIG_DEBUG_LL since it's rarely required and only serves to confuse some folks when they observe "serial console corruption" while using the defconfig. --- arch/arm/configs/omap_h3_1710_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/omap_h3_1710_defconfig b/arch/arm/configs/omap_h3_1710_defconfig index a32749d8f76..bc9cb6b0f23 100644 --- a/arch/arm/configs/omap_h3_1710_defconfig +++ b/arch/arm/configs/omap_h3_1710_defconfig @@ -1021,7 +1021,7 @@ CONFIG_FRAME_POINTER=y CONFIG_DEBUG_USER=y # CONFIG_DEBUG_WAITQ is not set CONFIG_DEBUG_ERRORS=y -CONFIG_DEBUG_LL=y +# CONFIG_DEBUG_LL is not set # CONFIG_DEBUG_ICEDCC is not set # -- 2.41.0