summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/mainboard.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-11-11 14:33:47 -0700
committerMartin Roth <martinroth@google.com>2017-11-13 20:19:53 +0000
commitb77bc6f5e70d441d8b9deb6fc0cd13d2952e5bce (patch)
treee20834963cc85a256874db279b34b81f0e265afb /src/mainboard/google/kahlee/mainboard.c
parentfa3aff09067bec65558174c30a93be0fbaa5bc44 (diff)
downloadcoreboot-b77bc6f5e70d441d8b9deb6fc0cd13d2952e5bce.tar.xz
mb/google/kahlee: Remove mainboard.h
mainboard.h only had a single function definition. Move it into baseboard/variants.h and get rid of the file. TEST=Build grunt/kahlee BUG=b:69164070 Change-Id: I6b7d50d5c949733d77c42b4daf56ed1f97ed6954 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/22434 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/mainboard.c')
-rw-r--r--src/mainboard/google/kahlee/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/mainboard.c b/src/mainboard/google/kahlee/mainboard.c
index c7689c892d..9c3f4ad666 100644
--- a/src/mainboard/google/kahlee/mainboard.c
+++ b/src/mainboard/google/kahlee/mainboard.c
@@ -19,7 +19,7 @@
#include <agesawrapper.h>
#include <amd_pci_util.h>
#include <ec.h>
-#include <mainboard.h>
+#include <baseboard/variants.h>
#include <soc/smi.h>
#include <vendorcode/google/chromeos/chromeos.h>