Actually set HAVE_OPTION_TABLES for the boards that need it.

(See last commit)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5100 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2010-02-09 12:32:55 +00:00
parent 2063197a4f
commit 5543c66cca
4 changed files with 0 additions and 20 deletions

View File

@ -27,11 +27,6 @@ config HAVE_HIGH_TABLES
default n default n
depends on BOARD_AMD_DBM690T depends on BOARD_AMD_DBM690T
config HAVE_OPTION_TABLE
bool
default n
depends on BOARD_AMD_DBM690T
config DCACHE_RAM_BASE config DCACHE_RAM_BASE
hex hex
default 0xc8000 default 0xc8000

View File

@ -99,11 +99,6 @@ config USE_INIT
default n default n
depends on BOARD_ASUS_A8V_E_SE depends on BOARD_ASUS_A8V_E_SE
config HAVE_OPTION_TABLE
bool
default n
depends on BOARD_ASUS_A8V_E_SE
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex hex
default 0x1043 default 0x1043

View File

@ -78,11 +78,6 @@ config MAX_PHYSICAL_CPUS
default 1 default 1
depends on BOARD_KONTRON_KT690 depends on BOARD_KONTRON_KT690
config HAVE_OPTION_TABLE
bool
default n
depends on BOARD_KONTRON_KT690
config HW_MEM_HOLE_SIZE_AUTO_INC config HW_MEM_HOLE_SIZE_AUTO_INC
bool bool
default n default n

View File

@ -127,8 +127,3 @@ config RAMBASE
hex hex
default 0x4000 default 0x4000
depends on BOARD_TECHNEXION_TIM5690 depends on BOARD_TECHNEXION_TIM5690
config HAVE_OPTION_TABLE
bool
default n
depends on BOARD_TECHNEXION_TIM5690