From a257efcfcc0c637b9e79fd0ddb958dae85f89a0b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 10 Sep 2017 23:44:50 +0300 Subject: AGESA boards: Clean up Ids.h and Filecode.h includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9cb63ff58900a39d7cd8e3da2b9a9a95c2a41a69 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21484 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/amd/thatcher/BiosCallOuts.c | 1 - src/mainboard/amd/thatcher/OemCustomize.c | 3 --- src/mainboard/amd/thatcher/buildOpts.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'src/mainboard/amd/thatcher') diff --git a/src/mainboard/amd/thatcher/BiosCallOuts.c b/src/mainboard/amd/thatcher/BiosCallOuts.c index 3ab174c609..f161e3867a 100644 --- a/src/mainboard/amd/thatcher/BiosCallOuts.c +++ b/src/mainboard/amd/thatcher/BiosCallOuts.c @@ -17,7 +17,6 @@ #include "amdlib.h" #include #include -#include "Ids.h" #include "FchPlatform.h" #include "cbfs.h" #include "imc.h" diff --git a/src/mainboard/amd/thatcher/OemCustomize.c b/src/mainboard/amd/thatcher/OemCustomize.c index 3f2563b606..f91bf2ab00 100644 --- a/src/mainboard/amd/thatcher/OemCustomize.c +++ b/src/mainboard/amd/thatcher/OemCustomize.c @@ -15,14 +15,11 @@ #include "AGESA.h" #include "amdlib.h" -#include "Ids.h" #include "heapManager.h" #include -#include "Filecode.h" #include -#define FILECODE PROC_GNB_PCIE_FAMILY_0X15_F15PCIECOMPLEXCONFIG_FILECODE /* * Lane ID Mapping (from Fam15h BKDG: Table 45: Lane Id Mapping) diff --git a/src/mainboard/amd/thatcher/buildOpts.c b/src/mainboard/amd/thatcher/buildOpts.c index 7bc5a7789c..2f0b7ca37f 100644 --- a/src/mainboard/amd/thatcher/buildOpts.c +++ b/src/mainboard/amd/thatcher/buildOpts.c @@ -27,8 +27,6 @@ #include #include "AGESA.h" -#include "Filecode.h" -#define FILECODE PLATFORM_SPECIFIC_OPTIONS_FILECODE /* Select the CPU family. */ #define INSTALL_FAMILY_10_SUPPORT FALSE -- cgit v1.2.3