Disable CMOS recovery code for ROMCC boards as the CBFS code used for

that feature is not ROMCC compatible.
Fixes build errors introduced in r6253.


Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Patrick Georgi <patrick.georgi@secunet.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6255 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2011-01-14 08:36:34 +00:00
committed by Patrick Georgi
parent ef3296542a
commit c3dc8f8ebc
2 changed files with 12 additions and 4 deletions

View File

@@ -91,8 +91,14 @@ config PC80_SYSTEM
config BOOTBLOCK_NORTHBRIDGE_INIT
string
config USE_CMOS_RECOVERY
bool
default n if ROMCC
default y
config HAVE_CMOS_DEFAULT
def_bool n
depends on USE_CMOS_RECOVERY
config CMOS_DEFAULT_FILE
string