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/torpedo/BiosCallOuts.c | 4 ++-- src/mainboard/amd/torpedo/buildOpts.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/amd/torpedo') diff --git a/src/mainboard/amd/torpedo/BiosCallOuts.c b/src/mainboard/amd/torpedo/BiosCallOuts.c index 7bdf71d9cf..56c48c8a8d 100644 --- a/src/mainboard/amd/torpedo/BiosCallOuts.c +++ b/src/mainboard/amd/torpedo/BiosCallOuts.c @@ -13,8 +13,8 @@ * GNU General Public License for more details. */ -#include "AGESA.h" -#include "amdlib.h" +#include +#include #include #include "Hudson-2.h" #include diff --git a/src/mainboard/amd/torpedo/buildOpts.c b/src/mainboard/amd/torpedo/buildOpts.c index 4b6bfb0481..fbeee9aedd 100644 --- a/src/mainboard/amd/torpedo/buildOpts.c +++ b/src/mainboard/amd/torpedo/buildOpts.c @@ -26,7 +26,7 @@ */ #include -#include "AGESA.h" +#include /* Select the CPU family. */ -- cgit v1.2.3