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/pcengines/apu1/BiosCallOuts.c | 4 ++-- src/mainboard/pcengines/apu1/buildOpts.c | 2 +- src/mainboard/pcengines/apu1/romstage.c | 2 +- src/mainboard/pcengines/apu2/BiosCallOuts.c | 6 +++--- src/mainboard/pcengines/apu2/gpio_ftns.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/mainboard/pcengines') diff --git a/src/mainboard/pcengines/apu1/BiosCallOuts.c b/src/mainboard/pcengines/apu1/BiosCallOuts.c index 650de0f638..906ecb648f 100644 --- a/src/mainboard/pcengines/apu1/BiosCallOuts.c +++ b/src/mainboard/pcengines/apu1/BiosCallOuts.c @@ -13,10 +13,10 @@ * GNU General Public License for more details. */ -#include "AGESA.h" +#include #include #include -#include "SB800.h" +#include #include #include "gpio_ftns.h" diff --git a/src/mainboard/pcengines/apu1/buildOpts.c b/src/mainboard/pcengines/apu1/buildOpts.c index a66c9d1779..1f73eee802 100644 --- a/src/mainboard/pcengines/apu1/buildOpts.c +++ b/src/mainboard/pcengines/apu1/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[] = diff --git a/src/mainboard/pcengines/apu1/romstage.c b/src/mainboard/pcengines/apu1/romstage.c index 50b51cc5c0..ab48943c55 100644 --- a/src/mainboard/pcengines/apu1/romstage.c +++ b/src/mainboard/pcengines/apu1/romstage.c @@ -20,7 +20,7 @@ #include #include #include "gpio_ftns.h" -#include "SB800.h" +#include #define SIO_PORT 0x2e #define SERIAL_DEV PNP_DEV(SIO_PORT, NCT5104D_SP1) diff --git a/src/mainboard/pcengines/apu2/BiosCallOuts.c b/src/mainboard/pcengines/apu2/BiosCallOuts.c index 1c7b4fd7a9..8a960cf6c7 100644 --- a/src/mainboard/pcengines/apu2/BiosCallOuts.c +++ b/src/mainboard/pcengines/apu2/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 "gpio_ftns.h" #include "imc.h" #include "hudson.h" diff --git a/src/mainboard/pcengines/apu2/gpio_ftns.c b/src/mainboard/pcengines/apu2/gpio_ftns.c index f3939cd2a1..69a0e3c75d 100644 --- a/src/mainboard/pcengines/apu2/gpio_ftns.c +++ b/src/mainboard/pcengines/apu2/gpio_ftns.c @@ -16,7 +16,7 @@ #include #include #include -#include "FchPlatform.h" +#include #include "gpio_ftns.h" void configure_gpio(u32 iomux_gpio, u8 iomux_ftn, u32 gpio, u32 setting) -- cgit v1.2.3