]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
android: defconfig: Enable early printk for low level debug
authorPraneeth Bajjuri <praneeth@ti.com>
Fri, 14 Jun 2013 23:08:22 +0000 (18:08 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 14 Jun 2013 23:08:22 +0000 (18:08 -0500)
Enable low level debug option with early printk

This will give more debug log.

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

index 43d1f0c96bc2e9d4c7a6cc0dcdd7e3ab3d3c4a4a..e952fa9429bcb4792cb5850b8b31c9ff0b10e167 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"
+CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO0,115200 init=/init androidboot.console=ttyO0 early_printk"
 CONFIG_CMDLINE_FORCE=y
 CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
@@ -333,6 +333,9 @@ 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