summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cyan
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-03 17:54:14 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-11-05 15:39:54 +0000
commitbe7692a20cf323bb257de480957bba12428a973a (patch)
tree92322cfa866e701637d90abd8255c6bf0e830f14 /src/mainboard/google/cyan
parentd16d00b71ae8f1bd679272753144002ada4f63f6 (diff)
downloadcoreboot-be7692a20cf323bb257de480957bba12428a973a.tar.gz
coreboot-be7692a20cf323bb257de480957bba12428a973a.tar.bz2
coreboot-be7692a20cf323bb257de480957bba12428a973a.zip
mb/google,intel: Fix indirect include bootmode.h
Change-Id: I9e7200d60db4333551e34a615433fa21c3135db6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58921 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/cyan')
-rw-r--r--src/mainboard/google/cyan/chromeos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/cyan/chromeos.c b/src/mainboard/google/cyan/chromeos.c
index b88862ca5927..14efdc3e4fb2 100644
--- a/src/mainboard/google/cyan/chromeos.c
+++ b/src/mainboard/google/cyan/chromeos.c
@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <device/mmio.h>
#include <gpio.h>