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/asus | |
parent | aca5d18efdf5e8c333be48c2ceeb46e355bf447a (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/asus')
-rw-r--r-- | src/mainboard/asus/a88xm-e/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/f2a85-m/romstage.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/a88xm-e/romstage.c b/src/mainboard/asus/a88xm-e/romstage.c index c9ba041d03..0354513d6b 100644 --- a/src/mainboard/asus/a88xm-e/romstage.c +++ b/src/mainboard/asus/a88xm-e/romstage.c @@ -2,6 +2,7 @@ #include <amdblocks/acpimmio.h> #include <arch/io.h> +#include <console/console.h> #include <northbridge/amd/agesa/state_machine.h> #include <southbridge/amd/agesa/hudson/smbus.h> diff --git a/src/mainboard/asus/f2a85-m/romstage.c b/src/mainboard/asus/f2a85-m/romstage.c index d4b11fc040..24861c79a6 100644 --- a/src/mainboard/asus/f2a85-m/romstage.c +++ b/src/mainboard/asus/f2a85-m/romstage.c @@ -2,6 +2,7 @@ #include <amdblocks/acpimmio.h> #include <arch/io.h> +#include <console/console.h> #include <northbridge/amd/agesa/state_machine.h> #include <southbridge/amd/agesa/hudson/smbus.h> #include <stdint.h> |