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:
@ -3,12 +3,7 @@
|
||||
|
||||
#ifndef ASSEMBLY
|
||||
|
||||
#if CONFIG_HAVE_FALLBACK_BOOT == 1
|
||||
void set_boot_successful(void);
|
||||
#else
|
||||
#define set_boot_successful()
|
||||
#endif
|
||||
|
||||
void boot_successful(void);
|
||||
|
||||
#endif /* ASSEMBLY */
|
||||
|
Reference in New Issue
Block a user