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/south_station/BiosCallOuts.c | 6 +++--- src/mainboard/amd/south_station/buildOpts.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainboard/amd/south_station') diff --git a/src/mainboard/amd/south_station/BiosCallOuts.c b/src/mainboard/amd/south_station/BiosCallOuts.c index 5b5e034d10..ecb7e1cfd6 100644 --- a/src/mainboard/amd/south_station/BiosCallOuts.c +++ b/src/mainboard/amd/south_station/BiosCallOuts.c @@ -13,10 +13,10 @@ * GNU General Public License for more details. */ -#include "AGESA.h" -#include "amdlib.h" +#include +#include #include -#include "SB800.h" +#include #include #include diff --git a/src/mainboard/amd/south_station/buildOpts.c b/src/mainboard/amd/south_station/buildOpts.c index 68236b6095..244229d30d 100644 --- a/src/mainboard/amd/south_station/buildOpts.c +++ b/src/mainboard/amd/south_station/buildOpts.c @@ -201,7 +201,7 @@ * Uncomment and specify the value for the configuration options * needed by the system. */ -#include "AGESA.h" +#include /* The fixed MTRR values to be set after memory initialization. */ CONST AP_MTRR_SETTINGS ROMDATA OntarioApMtrrSettingsList[] = -- cgit v1.2.3