summaryrefslogtreecommitdiffstats
path: root/src/include/fallback.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-30 12:03:46 -0800
committerRonald G. Minnich <rminnich@gmail.com>2012-11-30 21:33:35 +0100
commit859e808709c352210eb1ad92bf805e3c36c06ec5 (patch)
tree06897f0e3865de0ca865682b41911209c9f4890b /src/include/fallback.h
parent3d6eb29099162b0b632032c6a42b97cf263ce00e (diff)
downloadcoreboot-859e808709c352210eb1ad92bf805e3c36c06ec5.tar.gz
coreboot-859e808709c352210eb1ad92bf805e3c36c06ec5.tar.bz2
coreboot-859e808709c352210eb1ad92bf805e3c36c06ec5.zip
Make set_boot_successful depend on PC80_SYSTEM
Set_boot_successful depends on CMOS parts that non-PC80 platforms do not have. For now, make the current path depend on CONFIG_PC80_SYSTEM, and make the alternative empty. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Signed-off-by: Stefan Reinauer <reinauer@google.com> Change-Id: I68cf63367c8054d09a7a22303e7c04fb35ad0153 Reviewed-on: http://review.coreboot.org/1954 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/include/fallback.h')
-rw-r--r--src/include/fallback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/fallback.h b/src/include/fallback.h
index ffcbafb6e1d3..7f3c82310bc7 100644
--- a/src/include/fallback.h
+++ b/src/include/fallback.h
@@ -3,7 +3,6 @@
#if !defined(__ASSEMBLER__) && !defined(__PRE_RAM__)
-void set_boot_successful(void);
void boot_successful(void);
#endif /* __ASSEMBLER__ */