summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/common/agesa-entry-cfg.h')
-rw-r--r--src/vendorcode/amd/agesa/common/agesa-entry-cfg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h b/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
index 6602c99d49..33a2139c6b 100644
--- a/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
+++ b/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
@@ -10,17 +10,10 @@
#define AGESA_ENTRY_INIT_RESUME IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)
-#if IS_ENABLED(CONFIG_AGESA_LEGACY_WRAPPER)
-#define AGESA_ENTRY_INIT_ENV TRUE
-#define AGESA_ENTRY_INIT_LATE_RESTORE IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)
-#endif
-
#else
-#if !IS_ENABLED(CONFIG_AGESA_LEGACY_WRAPPER)
#define AGESA_ENTRY_INIT_ENV TRUE
#define AGESA_ENTRY_INIT_LATE_RESTORE IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)
-#endif
#define AGESA_ENTRY_INIT_MID TRUE
#define AGESA_ENTRY_INIT_LATE TRUE