Skip to content

Commit

Permalink
microblaze: Enable early printk only for uartlite
Browse files Browse the repository at this point in the history
Microblaze has support for early printk. The second serial
driver (uart16550/8250) has no microblaze support for early
printk.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent 75842ab commit 615748a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/microblaze/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ source "lib/Kconfig.debug"

config EARLY_PRINTK
bool "Early printk function for kernel"
depends on SERIAL_UARTLITE_CONSOLE
default n
help
This option turns on/off early printk messages to console.
Expand Down

0 comments on commit 615748a

Please sign in to comment.