1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_ACPI_RESUM...
[coreboot.git] / src / arch / i386 / boot / tables.c
index 69e0539126faf81231e13058476af6ca76fd493c..d816e767500f1fb6cbbde5813f36153f3a7df816 100644 (file)
@@ -214,7 +214,7 @@ struct lb_memory *write_tables(void)
         * it begin there during reboot time. We don't need the pointer, nor
         * the result right now. If it fails, ACPI resume will be disabled.
         */
-       cbmem_add(CBMEM_ID_RESUME, 1024 * (1024-64));
+       cbmem_add(CBMEM_ID_RESUME, HIGH_MEMORY_SAVE);
 #endif
 
 #if CONFIG_MULTIBOOT