src: Use include <console/console.h> when appropriate
Change-Id: Iddba5b03fc554a6edc4b26458d834e47958a6b08 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32214 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: David Guckian
This commit is contained in:
committed by
Patrick Georgi
parent
20eaef024c
commit
351e3e520b
@@ -12,7 +12,9 @@
|
||||
*/
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <device/pci_ops.h>
|
||||
|
||||
#include "amd8111_smbus.h"
|
||||
|
||||
#define SMBUS_IO_BASE 0x0f00
|
||||
|
@@ -53,7 +53,6 @@ typedef union _PCI_ADDR {
|
||||
#define IMC_ENABLE_OVER_WRITE 0x01
|
||||
#endif
|
||||
|
||||
#include <console/console.h>
|
||||
#include "AmdSbLib.h"
|
||||
#include "Amd.h"
|
||||
#include <SB800.h>
|
||||
|
@@ -49,7 +49,6 @@ typedef union _PCI_ADDR {
|
||||
#endif
|
||||
#define FIXUP_PTR(ptr) ptr
|
||||
|
||||
#include <console/console.h>
|
||||
#include "AmdSbLib.h"
|
||||
#include "Amd.h"
|
||||
#include "Hudson-2.h"
|
||||
|
@@ -17,9 +17,11 @@
|
||||
#define _SB800_EARLY_SETUP_C_
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
#include <reset.h>
|
||||
#include <southbridge/amd/common/amd_defs.h>
|
||||
#include <southbridge/amd/common/reset.h>
|
||||
|
||||
#include "sb800.h"
|
||||
#include "smbus.c"
|
||||
|
||||
|
Reference in New Issue
Block a user