diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-18 16:59:21 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-09-22 07:01:58 +0000 |
commit | e5655a11d21cd0b51220b11a58014c1855864075 (patch) | |
tree | c11f20b9a890ff7448bda298737027fc39fb2fc0 /src/mainboard/msi/ms7721 | |
parent | aca5d18efdf5e8c333be48c2ceeb46e355bf447a (diff) | |
download | coreboot-e5655a11d21cd0b51220b11a58014c1855864075.tar.xz |
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/ms7721')
-rw-r--r-- | src/mainboard/msi/ms7721/romstage.c | 1 |
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) |