summaryrefslogtreecommitdiff
path: root/src/boot/hardwaremain.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-04-14 06:38:15 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-14 06:38:15 +0000
commit3935b19d9fb46ef8b57a1f2817d20113aa867920 (patch)
treed1e4d2aee2d6fb1093e69556a4235212425216c3 /src/boot/hardwaremain.c
parentef4d7d4a67406af81754d38d3773392ba04627a0 (diff)
downloadcoreboot-3935b19d9fb46ef8b57a1f2817d20113aa867920.tar.xz
fix up the tree.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot/hardwaremain.c')
-rw-r--r--src/boot/hardwaremain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c
index 6545183f5f..aaf82fa30d 100644
--- a/src/boot/hardwaremain.c
+++ b/src/boot/hardwaremain.c
@@ -37,7 +37,9 @@ it with the version available from LANL.
#include <part/init_timer.h>
#include <boot/elf.h>
#include <romfs.h>
+#if HAVE_ACPI_RESUME == 1
#include <arch/acpi.h>
+#endif
/**
* @brief Main function of the DRAM part of coreboot.