diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cbmem.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/cbmem.h b/src/include/cbmem.h index 524bfb5748..2182ce7a46 100644 --- a/src/include/cbmem.h +++ b/src/include/cbmem.h @@ -19,14 +19,6 @@ #include <commonlib/cbmem_id.h> #include <rules.h> - -#if IS_ENABLED(CONFIG_HAVE_ACPI_RESUME) && \ - ! IS_ENABLED(CONFIG_RELOCATABLE_RAMSTAGE) -#define HIGH_MEMORY_SAVE (CONFIG_RAMTOP - CONFIG_RAMBASE) -#else -#define HIGH_MEMORY_SAVE 0 -#endif - /* Delegation of resume backup memory so we don't have to * (slowly) handle backing up OS memory in romstage.c */ |