From 19f5ba81be265da3d1a2a15c106486677479dfd5 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 14 Oct 2018 14:52:06 +0200 Subject: amd: Fix non-local header treated as local Change-Id: I0668b73cd3a5bf5220af55c29785220b77eb5259 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29103 Reviewed-by: Patrick Georgi Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/amd/thatcher/BiosCallOuts.c | 6 +++--- src/mainboard/amd/thatcher/OemCustomize.c | 2 +- src/mainboard/amd/thatcher/buildOpts.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/amd/thatcher') diff --git a/src/mainboard/amd/thatcher/BiosCallOuts.c b/src/mainboard/amd/thatcher/BiosCallOuts.c index 2cbfbdfefc..4fc97d0e3a 100644 --- a/src/mainboard/amd/thatcher/BiosCallOuts.c +++ b/src/mainboard/amd/thatcher/BiosCallOuts.c @@ -13,11 +13,11 @@ * GNU General Public License for more details. */ -#include "AGESA.h" +#include #include #include -#include "FchPlatform.h" -#include "cbfs.h" +#include +#include #include "imc.h" #include diff --git a/src/mainboard/amd/thatcher/OemCustomize.c b/src/mainboard/amd/thatcher/OemCustomize.c index a6c98b9026..be09a25c8d 100644 --- a/src/mainboard/amd/thatcher/OemCustomize.c +++ b/src/mainboard/amd/thatcher/OemCustomize.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#include "AGESA.h" +#include #include #include diff --git a/src/mainboard/amd/thatcher/buildOpts.c b/src/mainboard/amd/thatcher/buildOpts.c index 4b7bb698a2..9e383b4817 100644 --- a/src/mainboard/amd/thatcher/buildOpts.c +++ b/src/mainboard/amd/thatcher/buildOpts.c @@ -26,7 +26,7 @@ */ #include -#include "AGESA.h" +#include /* Select the CPU family. */ #define INSTALL_FAMILY_10_SUPPORT FALSE -- cgit v1.2.3