]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
defconfig: android: disable low level debugging
authorPraneeth Bajjuri <praneeth@ti.com>
Thu, 11 Jul 2013 23:38:16 +0000 (18:38 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Thu, 11 Jul 2013 23:38:16 +0000 (18:38 -0500)
reverting patch:
commit 4c16ade16d1637936a8643a40321429ef2a381b2
android: defconfig: Enable early printk for low level debug

and applying across both dra7 and omap5 android defconfigs

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
arch/arm/configs/android_dra7_defconfig
arch/arm/configs/android_omap5_defconfig

index e952fa9429bcb4792cb5850b8b31c9ff0b10e167..43d1f0c96bc2e9d4c7a6cc0dcdd7e3ab3d3c4a4a 100644 (file)
@@ -32,7 +32,7 @@ CONFIG_SMP=y
 CONFIG_NR_CPUS=2
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO0,115200 init=/init androidboot.console=ttyO0 early_printk"
+CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO0,115200 init=/init androidboot.console=ttyO0"
 CONFIG_CMDLINE_FORCE=y
 CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
@@ -333,9 +333,6 @@ CONFIG_TIMER_STATS=y
 CONFIG_PROVE_LOCKING=y
 # CONFIG_DEBUG_BUGVERBOSE is not set
 CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_LL=y
-CONFIG_DEBUG_LL_UART_NONE=y
-CONFIG_EARLY_PRINTK=y
 CONFIG_SECURITY=y
 CONFIG_CRYPTO_MICHAEL_MIC=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
index e48e01fc22296e2ed126e1b30996c405002611b7..92b42c486042f838ffdd1c9dddb2738a4411edf5 100644 (file)
@@ -333,9 +333,6 @@ CONFIG_TIMER_STATS=y
 CONFIG_PROVE_LOCKING=y
 # CONFIG_DEBUG_BUGVERBOSE is not set
 CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_LL=y
-CONFIG_DEBUG_LL_UART_NONE=y
-CONFIG_EARLY_PRINTK=y
 CONFIG_SECURITY=y
 CONFIG_CRYPTO_MICHAEL_MIC=y
 # CONFIG_CRYPTO_ANSI_CPRNG is not set