Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /
board porter: printk should always be available in CAR mode. Also drop CONFIG_USE_INIT, it's only been selected on one ASROCK board but it's not been used there. Very odd. There is one usage of CONFIG_USE_INIT which was always off in src/cpu/intel/car/cache_as_ram.inc and we have to figure out what to do with those few lines. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5682 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
0362c6d6a7
commit
8c4f31b3b5
@@ -140,10 +140,6 @@ config HEAP_SIZE
|
||||
hex
|
||||
default 0x4000
|
||||
|
||||
config USE_PRINTK_IN_CAR
|
||||
bool
|
||||
default n
|
||||
|
||||
config MAX_CPUS
|
||||
int
|
||||
default 1
|
||||
|
Reference in New Issue
Block a user