Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Felix Held. HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50527 )
Change subject: soc/amd: Remove unused <console/console.h> ......................................................................
soc/amd: Remove unused <console/console.h>
Change-Id: I84cea1a15d1fb220cf95d7ce469728bc6e299685 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/amd/cezanne/cpu.c M src/soc/amd/cezanne/early_fch.c M src/soc/amd/common/block/pi/refcode_loader.c M src/soc/amd/picasso/early_fch.c M src/soc/amd/picasso/fch.c M src/soc/amd/stoneyridge/memmap.c 6 files changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/50527/1
diff --git a/src/soc/amd/cezanne/cpu.c b/src/soc/amd/cezanne/cpu.c index 3e0a7db..1f9d001 100644 --- a/src/soc/amd/cezanne/cpu.c +++ b/src/soc/amd/cezanne/cpu.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h> #include <cpu/cpu.h> #include <device/device.h> #include <soc/cpu.h> diff --git a/src/soc/amd/cezanne/early_fch.c b/src/soc/amd/cezanne/early_fch.c index 8353cb1..82b3cba 100644 --- a/src/soc/amd/cezanne/early_fch.c +++ b/src/soc/amd/cezanne/early_fch.c @@ -3,7 +3,6 @@ #include <amdblocks/acpimmio.h> #include <amdblocks/lpc.h> #include <amdblocks/smbus.h> -#include <console/console.h> #include <soc/southbridge.h> #include <soc/uart.h>
diff --git a/src/soc/amd/common/block/pi/refcode_loader.c b/src/soc/amd/common/block/pi/refcode_loader.c index 274291d..9270c8b 100644 --- a/src/soc/amd/common/block/pi/refcode_loader.c +++ b/src/soc/amd/common/block/pi/refcode_loader.c @@ -3,7 +3,6 @@ #include <acpi/acpi.h> #include <cbfs.h> #include <cbmem.h> -#include <console/console.h> #include <rmodule.h> #include <stage_cache.h> #include <amdblocks/agesawrapper.h> diff --git a/src/soc/amd/picasso/early_fch.c b/src/soc/amd/picasso/early_fch.c index a9118ad..f5ad3f1 100644 --- a/src/soc/amd/picasso/early_fch.c +++ b/src/soc/amd/picasso/early_fch.c @@ -5,7 +5,6 @@ #include <amdblocks/lpc.h> #include <amdblocks/smbus.h> #include <amdblocks/spi.h> -#include <console/console.h> #include <soc/i2c.h> #include <soc/southbridge.h> #include <soc/uart.h> diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index 5d62e8e..1f410ca 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h> #include <device/mmio.h> #include <bootstate.h> #include <cpu/amd/msr.h> diff --git a/src/soc/amd/stoneyridge/memmap.c b/src/soc/amd/stoneyridge/memmap.c index 9da3e65..06f80de 100644 --- a/src/soc/amd/stoneyridge/memmap.c +++ b/src/soc/amd/stoneyridge/memmap.c @@ -3,7 +3,6 @@ #include <amdblocks/smm.h> #include <assert.h> #include <stdint.h> -#include <console/console.h> #include <cpu/x86/msr.h> #include <cpu/x86/smm.h> #include <cpu/amd/msr.h>