From d136b8ef21f9fb4f469a8f0682b086637b0ea542 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 31 Aug 2017 16:58:27 +0300 Subject: AGESA vendorcode: Remove AGESA_ENTRY_INIT_RECOVERY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deprecated and not used in our builds. Change-Id: I01773bb62b1599d18ad51d6f444abec46faec942 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21304 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/vendorcode/amd/agesa/f16kb/Config/OptionFamily16hInstall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vendorcode/amd/agesa/f16kb/Config/OptionFamily16hInstall.h') diff --git a/src/vendorcode/amd/agesa/f16kb/Config/OptionFamily16hInstall.h b/src/vendorcode/amd/agesa/f16kb/Config/OptionFamily16hInstall.h index ae9e3ad352..f85876541a 100644 --- a/src/vendorcode/amd/agesa/f16kb/Config/OptionFamily16hInstall.h +++ b/src/vendorcode/amd/agesa/f16kb/Config/OptionFamily16hInstall.h @@ -208,7 +208,7 @@ #endif #endif - #if (AGESA_ENTRY_INIT_RECOVERY == TRUE) || (AGESA_ENTRY_INIT_EARLY == TRUE) + #if (AGESA_ENTRY_INIT_EARLY == TRUE) #define F16_KB_UCODE_7000 #define F16_KB_UCODE_7001 -- cgit v1.2.3