summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/reef
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-03 18:34:14 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-11-09 00:14:46 +0000
commit91c077f6e244a05a32630024f068536209c26a02 (patch)
treea6cfa6fa7714a946db9b1eea74a8573c580cf0ea /src/mainboard/google/reef
parentf40a25bb119555755c9714ca841292c85258c3e3 (diff)
downloadcoreboot-91c077f6e244a05a32630024f068536209c26a02.tar.gz
coreboot-91c077f6e244a05a32630024f068536209c26a02.tar.bz2
coreboot-91c077f6e244a05a32630024f068536209c26a02.zip
ChromeOS: Fix <vc/google/chromeos/chromeos.h>
Change-Id: Ibbdd589119bbccd3516737c8ee9f90c4bef17c1e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58923 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r--src/mainboard/google/reef/variants/baseboard/gpio.c1
-rw-r--r--src/mainboard/google/reef/variants/coral/gpio.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/gpio.c b/src/mainboard/google/reef/variants/baseboard/gpio.c
index 6604a70cfe7d..fb32b3afff7c 100644
--- a/src/mainboard/google/reef/variants/baseboard/gpio.c
+++ b/src/mainboard/google/reef/variants/baseboard/gpio.c
@@ -3,6 +3,7 @@
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
#include <commonlib/helpers.h>
+#include <vendorcode/google/chromeos/chromeos.h>
/*
* Pad configuration in ramstage. The order largely follows the 'GPIO Muxing'
diff --git a/src/mainboard/google/reef/variants/coral/gpio.c b/src/mainboard/google/reef/variants/coral/gpio.c
index 01e4734e621d..807d161475be 100644
--- a/src/mainboard/google/reef/variants/coral/gpio.c
+++ b/src/mainboard/google/reef/variants/coral/gpio.c
@@ -4,6 +4,7 @@
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
#include <commonlib/helpers.h>
+#include <vendorcode/google/chromeos/chromeos.h>
/*
* Pad configuration in ramstage. The order largely follows the 'GPIO Muxing'