aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h b/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
index c3aa267c39..0f72fe8c51 100644
--- a/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
+++ b/src/vendorcode/amd/agesa/common/agesa-entry-cfg.h
@@ -34,6 +34,8 @@
/* Required for any multi-core. */
#define AGESA_ENTRY_LATE_RUN_AP_TASK TRUE
+/* Deprecated, reference source is removed from the tree. */
+#define AGESA_ENTRY_INIT_RECOVERY FALSE
/* Defaults below. */
@@ -42,10 +44,6 @@
#define AGESA_ENTRY_INIT_RESET FALSE
#endif
-#ifndef AGESA_ENTRY_INIT_RECOVERY
- #define AGESA_ENTRY_INIT_RECOVERY FALSE
-#endif
-
#ifndef AGESA_ENTRY_INIT_EARLY
#define AGESA_ENTRY_INIT_EARLY FALSE
#endif