summaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron/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/veyron/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/veyron/chromeos.c')
-rw-r--r--src/mainboard/google/veyron/chromeos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron/chromeos.c b/src/mainboard/google/veyron/chromeos.c
index b99df04c14..cdea2cebe0 100644
--- a/src/mainboard/google/veyron/chromeos.c
+++ b/src/mainboard/google/veyron/chromeos.c
@@ -1,10 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <ec/google/chromeec/ec.h>
#include <ec/google/chromeec/ec_commands.h>
#include <gpio.h>
-#include <vendorcode/google/chromeos/chromeos.h>
#include "board.h"