diff options
author | Martin Roth <martinroth@google.com> | 2017-11-20 20:05:07 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-22 18:28:49 +0000 |
commit | 4d13307030eb26d92b1516e9d63cbf3397a7e047 (patch) | |
tree | cbf24dd723f491e3746c2ccdc240a6c476392738 /src/vendorcode | |
parent | 2983c708155466d88776338b3a7faec9f80f0134 (diff) | |
download | coreboot-4d13307030eb26d92b1516e9d63cbf3397a7e047.tar.xz |
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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22550
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/Lib/amdlib.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <agesa_headers.h> #define IOCF8 0xCF8 #define IOCFC 0xCFC |