diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-03 15:42:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-03 15:42:29 +0000 |
commit | 8c4f31b3b5f6c3b7ba0ece39cd7df6273ff70a7e (patch) | |
tree | 8389a39faee37e90aa602aac197e44566f33f562 /src/mainboard/lippert | |
parent | 0362c6d6a7da2fb1ce23da544587bb1aa406e67e (diff) | |
download | coreboot-8c4f31b3b5f6c3b7ba0ece39cd7df6273ff70a7e.tar.xz |
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
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/lippert/roadrunner-lx/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/lippert/spacerunner-lx/Kconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/lippert/frontrunner/Kconfig b/src/mainboard/lippert/frontrunner/Kconfig index fdf507d6a6..f9e555e453 100644 --- a/src/mainboard/lippert/frontrunner/Kconfig +++ b/src/mainboard/lippert/frontrunner/Kconfig @@ -6,7 +6,6 @@ config BOARD_LIPPERT_FRONTRUNNER select SOUTHBRIDGE_AMD_CS5535 select UDELAY_TSC select USE_DCACHE_RAM - select USE_PRINTK_IN_CAR select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 diff --git a/src/mainboard/lippert/roadrunner-lx/Kconfig b/src/mainboard/lippert/roadrunner-lx/Kconfig index 24ab417dcb..9f20930acd 100644 --- a/src/mainboard/lippert/roadrunner-lx/Kconfig +++ b/src/mainboard/lippert/roadrunner-lx/Kconfig @@ -9,7 +9,6 @@ config BOARD_LIPPERT_ROADRUNNER_LX select PIRQ_ROUTE select UDELAY_TSC select USE_DCACHE_RAM - select USE_PRINTK_IN_CAR select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR diff --git a/src/mainboard/lippert/spacerunner-lx/Kconfig b/src/mainboard/lippert/spacerunner-lx/Kconfig index dda7ecc14f..e1c989c7e6 100644 --- a/src/mainboard/lippert/spacerunner-lx/Kconfig +++ b/src/mainboard/lippert/spacerunner-lx/Kconfig @@ -9,7 +9,6 @@ config BOARD_LIPPERT_SPACERUNNER_LX select PIRQ_ROUTE select UDELAY_TSC select USE_DCACHE_RAM - select USE_PRINTK_IN_CAR select BOARD_ROMSIZE_KB_512 config MAINBOARD_DIR |