From 37ea3410794758b8253ff5ad0e2918f760e39294 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 3 Oct 2009 21:04:13 +0000 Subject: 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4714 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2891/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/mainboard/tyan/s2891/Kconfig') diff --git a/src/mainboard/tyan/s2891/Kconfig b/src/mainboard/tyan/s2891/Kconfig index 81185ff5b3..a36a1b2af3 100644 --- a/src/mainboard/tyan/s2891/Kconfig +++ b/src/mainboard/tyan/s2891/Kconfig @@ -45,11 +45,6 @@ config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID default 0x2891 depends on BOARD_TYAN_S2891 -config USE_FAILOVER_IMAGE - bool - default n - depends on BOARD_TYAN_S2891 - config HW_MEM_HOLE_SIZEK hex default 0x100000 @@ -60,16 +55,6 @@ config MEM_TRAIN_SEQ default n depends on BOARD_TYAN_S2891 -config HAVE_FAILOVER_BOOT - bool - default n - depends on BOARD_TYAN_S2891 - -config USE_FAILOVER_IMAGE - bool - default n - depends on BOARD_TYAN_S2891 - config MAX_CPUS int default 4 -- cgit v1.2.3