diff options
author | Martin Roth <martinroth@google.com> | 2017-11-16 21:36:40 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-19 01:43:32 +0000 |
commit | 73a52d212b6b92d15def642fc79ff75b085cd9b6 (patch) | |
tree | 0923b5c6df87553e4281a9e64dd2d541f77c7ee8 /src/mainboard/google/kahlee/bootblock | |
parent | 1cdb6f2a1d6ddb1814719c77f539a061735f705a (diff) |
mainboard/google/kahlee: Remove direct AGESA header includes
All AGESA headers should be included only through agesawrapper.h
I missed this file in the Kahlee cleanup.
BUG=b:66818758
TEST=Build gardenia; Build & boot kahlee
Change-Id: Id9b303cb3cee8088fb5cca5257566c033d28c692
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22495
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/bootblock')
-rw-r--r-- | src/mainboard/google/kahlee/bootblock/OemCustomize.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/bootblock/OemCustomize.c b/src/mainboard/google/kahlee/bootblock/OemCustomize.c index 7d86134a07..0551184b18 100644 --- a/src/mainboard/google/kahlee/bootblock/OemCustomize.c +++ b/src/mainboard/google/kahlee/bootblock/OemCustomize.c @@ -13,9 +13,7 @@ * GNU General Public License for more details. */ -#include <AGESA.h> #include <agesawrapper.h> -#include <PlatformMemoryConfiguration.h> static const PCIe_PORT_DESCRIPTOR PortList[] = { /* Initialize Port descriptor (PCIe port, Lanes 7:4, D2F1) for NC*/ |