From 4d13307030eb26d92b1516e9d63cbf3397a7e047 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 20 Nov 2017 20:05:07 -0700 Subject: vendorcode/amd/pi/00670F00: Remove direct AGESA header includes Update amdlib to pull in the AGESA headers through agesa_headers.h BUG=b:66818758 TEST=Build gardenia; Build & boot kahlee Change-Id: I3a2a2fde9738a9fe7a0b55cb91c29416cdc227a2 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/22550 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/vendorcode/amd/pi/00670F00/Lib/amdlib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h index f5eab0a0c2..3f7fbbde26 100644 --- a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h +++ b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.h @@ -46,8 +46,7 @@ #ifndef _AMD_LIB_H_ #define _AMD_LIB_H_ -#include "Porting.h" -#include "AMD.h" +#include #define IOCF8 0xCF8 #define IOCFC 0xCFC -- cgit v1.2.3