diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-18 20:58:41 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-03-18 20:58:41 +0000 |
commit | 78acf932912669eb0eb7f7280da1b3c550035ebb (patch) | |
tree | 89f13a87df362395527d41f42d0a57a167eab8db /src/include | |
parent | 2bd91003413d431f0a4db6c3c6691f4b688cf5c5 (diff) |
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
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/fallback.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/fallback.h b/src/include/fallback.h index baf8684128..4af826616a 100644 --- a/src/include/fallback.h +++ b/src/include/fallback.h @@ -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 */ |