Kyösti Mälkki has uploaded this change for review.

View Change

[test] fix indirect-include

Change-Id: Ibbdd589119bbccd3516737c8ee9f90c4bef17c1e
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
---
M src/mainboard/google/fizz/mainboard.c
M src/mainboard/google/hatch/variants/baseboard/mainboard.c
M src/mainboard/intel/adlrvp/memory.c
3 files changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/58923/1
diff --git a/src/mainboard/google/fizz/mainboard.c b/src/mainboard/google/fizz/mainboard.c
index 47ccdc1..13bc9b7 100644
--- a/src/mainboard/google/fizz/mainboard.c
+++ b/src/mainboard/google/fizz/mainboard.c
@@ -2,6 +2,7 @@

#include <acpi/acpi.h>
#include <baseboard/variants.h>
+#include <bootmode.h>
#include <chip.h>
#include <console/console.h>
#include <delay.h>
diff --git a/src/mainboard/google/hatch/variants/baseboard/mainboard.c b/src/mainboard/google/hatch/variants/baseboard/mainboard.c
index d641405..c6c87dc 100644
--- a/src/mainboard/google/hatch/variants/baseboard/mainboard.c
+++ b/src/mainboard/google/hatch/variants/baseboard/mainboard.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */

#include <baseboard/variants.h>
+#include <bootmode.h>
#include <chip.h>
#include <console/console.h>
#include <delay.h>
diff --git a/src/mainboard/intel/adlrvp/memory.c b/src/mainboard/intel/adlrvp/memory.c
index f93b361..93f1aa3a2 100644
--- a/src/mainboard/intel/adlrvp/memory.c
+++ b/src/mainboard/intel/adlrvp/memory.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */

#include <baseboard/variants.h>
+#include <console/console.h>
#include <soc/romstage.h>

#include "board_id.h"

To view, visit change 58923. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibbdd589119bbccd3516737c8ee9f90c4bef17c1e
Gerrit-Change-Number: 58923
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-MessageType: newchange