diff options
author | Martin Roth <martinroth@google.com> | 2017-11-11 18:14:48 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-14 20:59:36 +0000 |
commit | b564eae5e1decb5512fe9229aa35c74b9dd3ee38 (patch) | |
tree | 1ab0d5f346d0e5fff747ccb4859912d5e26298d0 /src/mainboard/google/kahlee/OemCustomize.c | |
parent | d6ccf4eaa9b3fb95a86bb800460898afbf39d1cb (diff) |
mb/google/kahlee: Remove direct AGESA header includes
All Stoney AGESA headers should be included only through agesawrapper.h
BUG=b:66818758
TEST=Build and boot tested
Change-Id: I642f5caf8a37ae4042c32fec3a92e0995193cb7a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21714
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/OemCustomize.c')
-rw-r--r-- | src/mainboard/google/kahlee/OemCustomize.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c index bd58e0ecc8..c50752698a 100644 --- a/src/mainboard/google/kahlee/OemCustomize.c +++ b/src/mainboard/google/kahlee/OemCustomize.c @@ -14,9 +14,7 @@ */ #include <chip.h> -#include <AGESA.h> #include <agesawrapper.h> -#include <PlatformMemoryConfiguration.h> #define DIMMS_PER_CHANNEL 1 #if DIMMS_PER_CHANNEL > MAX_DIMMS_PER_CH |