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,7 +18,7 @@
|
||||
#include <device/device.h>
|
||||
#include "hudson.h"
|
||||
#include <AGESA.h>
|
||||
|
||||
#include <console/console.h>
|
||||
#include <northbridge/amd/agesa/state_machine.h>
|
||||
|
||||
extern FCH_DATA_BLOCK InitEnvCfgDefault;
|
||||
|
@@ -15,12 +15,11 @@
|
||||
|
||||
#include <device/pci_def.h>
|
||||
#include <device/device.h>
|
||||
|
||||
#include <console/console.h>
|
||||
/* warning: Porting.h includes an open #pragma pack(1) */
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <northbridge/amd/agesa/dimmSpd.h>
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
@@ -13,12 +13,12 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
|
||||
#include <console/console.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "SbPlatform.h"
|
||||
#include "platform_cfg.h"
|
||||
|
||||
|
||||
/**
|
||||
* @brief South Bridge CIMx configuration
|
||||
*
|
||||
|
@@ -13,6 +13,7 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/device.h>
|
||||
|
||||
@@ -20,7 +21,6 @@
|
||||
#include <Porting.h>
|
||||
#include <AGESA.h>
|
||||
#include <amdlib.h>
|
||||
|
||||
#include <northbridge/amd/pi/dimmSpd.h>
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user