diff options
author | Garrett Kirkendall <garrett.kirkendall@amd.corp-partner.google.com> | 2018-04-12 15:08:37 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-16 08:35:05 +0000 |
commit | 1b92474412f70229992f678a60da67131dd65c6f (patch) | |
tree | e482261151d009ec1a175aecc150732f158d1c2f /src | |
parent | 30df2a41cefc35ce1c8785f73a0aab63b5b54e82 (diff) |
vendorcode/amd/pi/00670F00: Remove unused headers
Remove unused header files in
src/vendorcode/amd/pi/00670F00/agesa_headers.h. This is a first
clean up. Hopefully more headers will be removed in other commits.
Header files cannot be removed at this time. They are used by files in
vendorcode/amd/pi/00670F00/.
BUG=b:77944801
BRANCH=none
TEST=build Gardenia and Grunt
Change-Id: I99b77f6ba41ded30122a01bbe709681312561436
Signed-off-by: Garrett Kirkendall <garrett.kirkendall@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/25644
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/agesa_headers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/agesa_headers.h b/src/vendorcode/amd/pi/00670F00/agesa_headers.h index 73ca1e081b..f23f7fd39e 100644 --- a/src/vendorcode/amd/pi/00670F00/agesa_headers.h +++ b/src/vendorcode/amd/pi/00670F00/agesa_headers.h @@ -22,12 +22,10 @@ #include "AGESA.h" #include "AMD.h" -#include "Proc/Fch/Common/FchCommonCfg.h" #include "Proc/Fch/Fch.h" #include "Include/Ids.h" #include "Include/PlatformMemoryConfiguration.h" #include "Proc/Fch/FchPlatform.h" -#include "Proc/CPU/heapManager.h" #include "Proc/Psp/PspBaseLib/PspBaseLib.h" #pragma pack(pop) #undef AGESA_HEADERS_ARE_WRAPPED |