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
This commit is contained in:
Patrick Georgi
2009-10-03 21:04:13 +00:00
parent 689a720485
commit 37ea341079
11 changed files with 8 additions and 125 deletions

View File

@@ -146,6 +146,14 @@ config USE_FALLBACK_IMAGE
bool
default y
config HAVE_FAILOVER_BOOT
bool
default n
config USE_FAILOVER_IMAGE
bool
default n
config HAVE_HARD_RESET
bool
default 0