summaryrefslogtreecommitdiffstats
path: root/src/include/fallback.h
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-03-18 20:58:41 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-03-18 20:58:41 +0000
commit78acf932912669eb0eb7f7280da1b3c550035ebb (patch)
tree89f13a87df362395527d41f42d0a57a167eab8db /src/include/fallback.h
parent2bd91003413d431f0a4db6c3c6691f4b688cf5c5 (diff)
downloadcoreboot-78acf932912669eb0eb7f7280da1b3c550035ebb.tar.gz
coreboot-78acf932912669eb0eb7f7280da1b3c550035ebb.tar.bz2
coreboot-78acf932912669eb0eb7f7280da1b3c550035ebb.zip
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/fallback.h')
-rw-r--r--src/include/fallback.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/fallback.h b/src/include/fallback.h
index baf868412840..4af826616a16 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 */