From 9abbcc0aa6880e808fb493b88704ff6909766bc4 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 29 Aug 2017 07:20:39 +0300 Subject: AGESA vendorcode: Remove AMD_INIT_RECOVERY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These files were never built in our tree. Furthermore, AMD_INIT_RECOVERY was already deprecated in AGESA spec rev 2.20 from Dec 2013. Change-Id: Ifcaf466ca0767bf7cfa41d6ac58f1956d71c7067 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21252 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel --- src/vendorcode/amd/agesa/common/agesa-entry-cfg.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/vendorcode/amd/agesa/common/agesa-entry-cfg.h') 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 -- cgit v1.2.3