summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/BiosCallOuts.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-11-11 18:14:48 -0700
committerMartin Roth <martinroth@google.com>2017-11-14 20:59:36 +0000
commitb564eae5e1decb5512fe9229aa35c74b9dd3ee38 (patch)
tree1ab0d5f346d0e5fff747ccb4859912d5e26298d0 /src/mainboard/google/kahlee/BiosCallOuts.c
parentd6ccf4eaa9b3fb95a86bb800460898afbf39d1cb (diff)
downloadcoreboot-b564eae5e1decb5512fe9229aa35c74b9dd3ee38.tar.xz
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/BiosCallOuts.c')
-rw-r--r--src/mainboard/google/kahlee/BiosCallOuts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/BiosCallOuts.c b/src/mainboard/google/kahlee/BiosCallOuts.c
index 2f6a6036c8..fd8465a240 100644
--- a/src/mainboard/google/kahlee/BiosCallOuts.c
+++ b/src/mainboard/google/kahlee/BiosCallOuts.c
@@ -13,9 +13,8 @@
* GNU General Public License for more details.
*/
-#include <AGESA.h>
+#include <agesawrapper.h>
#include <BiosCallOuts.h>
-#include <FchPlatform.h>
#include <soc/southbridge.h>
#include <stdlib.h>
#include <baseboard/variants.h>