src: Add missing include 'console.h'
Change-Id: Ie21c390ab04adb5b05d5f9760d227d2a175ccb56 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32122 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
committed by
Patrick Georgi
parent
7118701e96
commit
20eaef024c
@@ -18,15 +18,16 @@
|
||||
#include <device/device.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <amdblocks/BiosCallOuts.h>
|
||||
#include <console/console.h>
|
||||
#include <soc/southbridge.h>
|
||||
#include <soc/pci_devs.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <amdblocks/agesawrapper.h>
|
||||
#include <amdblocks/dimm_spd.h>
|
||||
#include "chip.h"
|
||||
#include <amdblocks/car.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
||||
void __weak platform_FchParams_reset(FCH_RESET_DATA_BLOCK *FchParams_reset) {}
|
||||
|
||||
AGESA_STATUS agesa_fch_initreset(uint32_t Func, uintptr_t FchData,
|
||||
|
Reference in New Issue
Block a user