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:
@ -5,7 +5,6 @@
|
||||
#include <arch/io.h>
|
||||
|
||||
|
||||
#if CONFIG_HAVE_FALLBACK_BOOT == 1
|
||||
void set_boot_successful(void)
|
||||
{
|
||||
/* Remember I succesfully booted by setting
|
||||
@ -26,7 +25,6 @@ void set_boot_successful(void)
|
||||
byte &= 0x0f;
|
||||
outb(byte, RTC_PORT(1));
|
||||
}
|
||||
#endif
|
||||
|
||||
void boot_successful(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user