diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-04-05 18:11:19 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-23 10:01:21 +0000 |
commit | 351e3e520ba71b4aafaf930af37f78b71c1d7251 (patch) | |
tree | eb872d8fb0aaefad7b313e9dd5e31fe1e7cf3242 /src/southbridge/amd/cimx | |
parent | 20eaef024cb06677de10d018e6f70c28d1841290 (diff) | |
download | coreboot-351e3e520ba71b4aafaf930af37f78b71c1d7251.tar.xz |
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
Diffstat (limited to 'src/southbridge/amd/cimx')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/SBPLATFORM.h | 1 | ||||
-rw-r--r-- | src/southbridge/amd/cimx/sb900/SbPlatform.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h index 04b8abcc67..7ea2caa83b 100644 --- a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h +++ b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h @@ -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> diff --git a/src/southbridge/amd/cimx/sb900/SbPlatform.h b/src/southbridge/amd/cimx/sb900/SbPlatform.h index 660553fbd8..f5c11d4ce0 100644 --- a/src/southbridge/amd/cimx/sb900/SbPlatform.h +++ b/src/southbridge/amd/cimx/sb900/SbPlatform.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" |