Fix some conflicting types of variables
Remove the normal/* files from the image. they're just copies of fallback/* anyway. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4541 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -49,13 +49,13 @@ config APIC_ID_OFFSET
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
||||
config HAVE_HARD_RESET
|
||||
int
|
||||
default 1
|
||||
bool
|
||||
default y
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
||||
config IOAPIC
|
||||
int
|
||||
default 1
|
||||
bool
|
||||
default y
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
||||
config SB_HT_CHAIN_ON_BUS0
|
||||
@@ -164,8 +164,8 @@ config USE_INIT
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
||||
config SERIAL_CPU_INIT
|
||||
int
|
||||
default 0
|
||||
bool
|
||||
default n
|
||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||
|
||||
config AP_CODE_IN_CAR
|
||||
|
Reference in New Issue
Block a user