summaryrefslogtreecommitdiffstats
path: root/src/include/fallback.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 21:50:53 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 21:50:53 +0000
commit8655412673f650839fa659849da6e356895524ae (patch)
treee4af8fb63cb692a6bf0e731fcfefd1699f41d97a /src/include/fallback.h
parent2c5dc6594998cc8764773195bea40003e77c41bf (diff)
downloadcoreboot-8655412673f650839fa659849da6e356895524ae.tar.gz
coreboot-8655412673f650839fa659849da6e356895524ae.tar.bz2
coreboot-8655412673f650839fa659849da6e356895524ae.zip
- include option_table.h when it is created, and that's HAVE_OPTION_TABLE
- add some __PRE_RAM__ guards where needed - use OPTION_TABLE_H Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5317 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/fallback.h')
-rw-r--r--src/include/fallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/fallback.h b/src/include/fallback.h
index 4af826616a16..b639452bac1f 100644
--- a/src/include/fallback.h
+++ b/src/include/fallback.h
@@ -1,7 +1,7 @@
#ifndef FALLBACK_H
#define FALLBACK_H
-#ifndef ASSEMBLY
+#if !defined(ASSEMBLY) && !defined(__PRE_RAM__)
void set_boot_successful(void);
void boot_successful(void);