Author: stepan Date: 2009-04-14 08:38:15 +0200 (Tue, 14 Apr 2009) New Revision: 4112
Modified: trunk/coreboot-v2/src/boot/hardwaremain.c Log: fix up the tree.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/boot/hardwaremain.c =================================================================== --- trunk/coreboot-v2/src/boot/hardwaremain.c 2009-04-14 00:26:24 UTC (rev 4111) +++ trunk/coreboot-v2/src/boot/hardwaremain.c 2009-04-14 06:38:15 UTC (rev 4112) @@ -37,7 +37,9 @@ #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.