diff options
author | Garrett Kirkendall <garrett.kirkendall@amd.corp-partner.google.com> | 2018-04-11 16:28:30 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-04-16 08:34:50 +0000 |
commit | 30df2a41cefc35ce1c8785f73a0aab63b5b54e82 (patch) | |
tree | 0890f7312f7db563399541fc27432511dfc0294a /src/vendorcode | |
parent | 0e9aa2623aa6f27d9bd8f3ebdf72854e0d1dca0b (diff) |
vendorcode/amd/pi/00670F00: Remove unused headers
Remove unused AGESA header files from
vendorcode/amd/pi/00670F00/binaryPI/AGESA.c
BUG=b:77905293
BRANCH=none
TEST=build Gardenia.
Change-Id: Ic38424d489dcc37a4074159e33fca0d49c71f701
Signed-off-by: Garrett Kirkendall <garrett.kirkendall@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/25626
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/amd/pi/00670F00/binaryPI/AGESA.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vendorcode/amd/pi/00670F00/binaryPI/AGESA.c b/src/vendorcode/amd/pi/00670F00/binaryPI/AGESA.c index c92790e79c..0985504da7 100644 --- a/src/vendorcode/amd/pi/00670F00/binaryPI/AGESA.c +++ b/src/vendorcode/amd/pi/00670F00/binaryPI/AGESA.c @@ -42,11 +42,6 @@ // TODO This list needs to be pruned of anything that is not API #include "AGESA.h" #include <amdblocks/agesawrapper.h> -#include "AcpiLib.h" -#include "FchCommonCfg.h" -#include "Fch.h" -#include "FchDef.h" -#include "amdlib.h" #include "cbfs.h" #include <console/console.h> #include <commonlib/loglevel.h> |