aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/getac/p470/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/getac/p470/romstage.c')
-rw-r--r--src/mainboard/getac/p470/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/romstage.c b/src/mainboard/getac/p470/romstage.c
index afad4bc820..90fc25f582 100644
--- a/src/mainboard/getac/p470/romstage.c
+++ b/src/mainboard/getac/p470/romstage.c
@@ -341,7 +341,7 @@ void main(unsigned long bist)
/* Initialize the internal PCIe links before we go into stage2 */
i945_late_initialization();
-#if CONFIG_HAVE_ACPI_RESUME == 0
+#if !CONFIG_HAVE_ACPI_RESUME
/* When doing resume, we must not overwrite RAM */
#if CONFIG_DEBUG_RAM_SETUP
sdram_dump_mchbar_registers();