summaryrefslogtreecommitdiff
path: root/src/mainboard/google/storm/chromeos.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-11-03 17:19:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-11-05 13:00:52 +0000
commitf1226963a120ee8533e168a12093e08229006db8 (patch)
tree2573b79ac19e569365ea9ffca0c023b8c707b9d8 /src/mainboard/google/storm/chromeos.c
parentc4db2db3bf3806741dbb048f96b080911e2feaa8 (diff)
mb/google: Fix indirect include bootmode.h
Change-Id: I882c567e6bca0982a0d3d44c742777c4d7bd5439 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58920 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/storm/chromeos.c')
-rw-r--r--src/mainboard/google/storm/chromeos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/storm/chromeos.c b/src/mainboard/google/storm/chromeos.c
index 21cf94f978..69f0fcca2b 100644
--- a/src/mainboard/google/storm/chromeos.c
+++ b/src/mainboard/google/storm/chromeos.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <boardid.h>
+#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <console/console.h>
#include <delay.h>
@@ -9,7 +10,6 @@
#include <soc/cdp.h>
#include <soc/gsbi.h>
#include <timer.h>
-#include <vendorcode/google/chromeos/chromeos.h>
#define DEV_SW 15
#define REC_SW 16