sparc: provide EARLY_PRINTK for SPARC

sparc does not have CONFIG_EARLY_PRINTK option.

So early-printk-consolidate.patch breaks compilation:

arch/sparc/built-in.o: In function `setup_arch':
(.init.text+0x15e4): undefined reference to `early_console'
arch/sparc/built-in.o: In function `setup_arch':
(.init.text+0x15ec): undefined reference to `early_console'

The below addition fixes that.

Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
This commit is contained in:
Kirill Tkhai 2013-08-30 21:16:08 +04:00 committed by Alibek Omarov
parent ba6b9a4b8c
commit 0320bcd7e6
1 changed files with 4 additions and 0 deletions

View File

@ -527,6 +527,10 @@ menu "Executable file formats"
source "fs/Kconfig.binfmt"
config EARLY_PRINTK
bool
default y
config COMPAT
bool
depends on SPARC64