aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-18 16:59:21 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-22 07:01:58 +0000
commite5655a11d21cd0b51220b11a58014c1855864075 (patch)
treec11f20b9a890ff7448bda298737027fc39fb2fc0 /src/mainboard/msi
parentaca5d18efdf5e8c333be48c2ceeb46e355bf447a (diff)
src/mainboard: Add missing <console/console.h>
"post_code()" needs <console/console.h>. Change-Id: Ice92d5e259b369da949006bf471a0cb249291897 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45525 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/msi')
-rw-r--r--src/mainboard/msi/ms7721/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/msi/ms7721/romstage.c b/src/mainboard/msi/ms7721/romstage.c
index 8a1cc03a0e..6f96ed8f0f 100644
--- a/src/mainboard/msi/ms7721/romstage.c
+++ b/src/mainboard/msi/ms7721/romstage.c
@@ -1,5 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <console/console.h>
#include <northbridge/amd/agesa/state_machine.h>
void board_BeforeAgesa(struct sysinfo *cb)