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>
This commit is contained in:
Elyes HAOUAS 2020-09-18 16:59:21 +02:00 committed by Patrick Georgi
parent aca5d18efd
commit e5655a11d2
3 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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)