Blackfin arch: early prink code still use uart core console functions to parse and set configure option string

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Sonic Zhang 2008-10-09 17:39:37 +08:00 committed by Bryan Wu
parent 0c0497c257
commit 0cfbb3234c
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ config DEBUG_BFIN_NO_KERN_HWTRACE
config EARLY_PRINTK config EARLY_PRINTK
bool "Early printk" bool "Early printk"
default n default n
select SERIAL_CORE_CONSOLE
help help
This option enables special console drivers which allow the kernel This option enables special console drivers which allow the kernel
to print messages very early in the bootup process. to print messages very early in the bootup process.