aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2881
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-03 21:04:13 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-03 21:04:13 +0000
commit37ea3410794758b8253ff5ad0e2918f760e39294 (patch)
tree094a7c3259b11517b75caba2ee4d51c8b73dd84d /src/mainboard/tyan/s2881
parent689a7204855406c88b6e4e4439628b52fd8c0638 (diff)
Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from
boards to global. It's not a per-board value, but compatibility stuff. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4714 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2881')
-rw-r--r--src/mainboard/tyan/s2881/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mainboard/tyan/s2881/Kconfig b/src/mainboard/tyan/s2881/Kconfig
index 280ca80f16..24c6295d0b 100644
--- a/src/mainboard/tyan/s2881/Kconfig
+++ b/src/mainboard/tyan/s2881/Kconfig
@@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
default 0x2881
depends on BOARD_TYAN_S2881
-config USE_FAILOVER_IMAGE
- bool
- default n
- depends on BOARD_TYAN_S2881
-
config HW_MEM_HOLE_SIZEK
hex
default 0x100000
@@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ
default n
depends on BOARD_TYAN_S2881
-config HAVE_FAILOVER_BOOT
- bool
- default n
- depends on BOARD_TYAN_S2881
-
-config USE_FAILOVER_IMAGE
- bool
- default n
- depends on BOARD_TYAN_S2881
-
config MAX_CPUS
int
default 4