Remove remaining uses of
HAVE_FAILOVER_BOOT HAVE_FALLBACK_BOOT USE_FAILOVER_IMAGE USE_FALLBACK_IMAGE Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5259 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2bd9100341
commit
78acf93291
42 changed files with 0 additions and 385 deletions
|
|
@ -216,9 +216,7 @@ static void early_ich7_init(void)
|
|||
RCBA32(0x2034) = reg32;
|
||||
}
|
||||
|
||||
#if CONFIG_USE_FALLBACK_IMAGE == 1
|
||||
#include "southbridge/intel/i82801gx/cmos_failover.c"
|
||||
#endif
|
||||
|
||||
#include <cbmem.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -121,9 +121,7 @@ static inline int spd_read_byte(u16 device, u8 address)
|
|||
#include "northbridge/intel/i3100/reset_test.c"
|
||||
#include "debug.c"
|
||||
|
||||
#if CONFIG_USE_FALLBACK_IMAGE == 1
|
||||
#include "southbridge/intel/i3100/cmos_failover.c"
|
||||
#endif
|
||||
|
||||
void early_config(void) {
|
||||
device_t dev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue