Remove obsolete EARLY_CONSOLE usage
The EARLY_CONSOLE Kconfig symbol was removed in
commit 48713a1b
- console: Drop EARLY_CONSOLE option
The arm64 and mips directories don't even have early_console.c
to include.
Change-Id: Idc60ffb2bac2b180f4fdd0adf5c411e1f692a846
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10615
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
64ae446dbc
commit
a412d399e9
|
@ -88,7 +88,6 @@ $(objcbfs)/verstage.debug: $(objgenerated)/libverstage.a $$(verstage-objs)
|
|||
@printf " LINK $(subst $(obj)/,,$(@))\n"
|
||||
$(LD_verstage) --gc-sections -static -o $@ -L$(obj) --whole-archive --start-group $(objgenerated)/libverstage.a $$(verstage-objs) --end-group -T $(obj)/mainboard/$(MAINBOARDDIR)/memlayout.verstage.ld
|
||||
|
||||
verstage-$(CONFIG_EARLY_CONSOLE) += early_console.c
|
||||
verstage-y += boot.c
|
||||
verstage-y += div0.c
|
||||
verstage-y += eabi_compat.c
|
||||
|
|
|
@ -61,7 +61,6 @@ endif # CONFIG_ARCH_BOOTBLOCK_MIPS
|
|||
ifeq ($(CONFIG_ARCH_ROMSTAGE_MIPS),y)
|
||||
|
||||
romstage-y += boot.c
|
||||
romstage-$(CONFIG_EARLY_CONSOLE) += early_console.c
|
||||
romstage-y += cache.c
|
||||
romstage-y += mmu.c
|
||||
romstage-y += stages.c
|
||||
|
|
|
@ -26,7 +26,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
select CPU_ARMLTD_CORTEX_A9
|
||||
select DRIVERS_UART_PL011
|
||||
select BOOTBLOCK_CONSOLE
|
||||
select EARLY_CONSOLE
|
||||
select CONSOLE_SERIAL
|
||||
select ARM_BOOTBLOCK_ARMV7
|
||||
select ARM_ROMSTAGE_ARMV7
|
||||
|
|
|
@ -25,7 +25,6 @@ config SOC_BROADCOM_CYGNUS
|
|||
select ARCH_ROMSTAGE_ARMV7
|
||||
select ARCH_VERSTAGE_ARMV7
|
||||
select BOOTBLOCK_CONSOLE
|
||||
select EARLY_CONSOLE
|
||||
select GENERIC_UDELAY
|
||||
select HAVE_MONOTONIC_TIMER
|
||||
select HAVE_UART_SPECIAL
|
||||
|
|
|
@ -26,7 +26,6 @@ config SOC_MARVELL_BG4CD
|
|||
select ARCH_VERSTAGE_ARMV7_M
|
||||
select ARM_BOOTBLOCK_CUSTOM if VBOOT_VERIFY_FIRMWARE
|
||||
select BOOTBLOCK_CONSOLE
|
||||
select EARLY_CONSOLE
|
||||
select GENERIC_UDELAY
|
||||
select HAVE_MONOTONIC_TIMER
|
||||
select GENERIC_GPIO_LIB
|
||||
|
|
|
@ -11,7 +11,6 @@ config SOC_NVIDIA_TEGRA132
|
|||
select GENERIC_UDELAY
|
||||
select HAVE_HARD_RESET
|
||||
select HAVE_UART_SPECIAL
|
||||
select EARLY_CONSOLE
|
||||
select ARM_BOOTBLOCK_CUSTOM
|
||||
select SMP
|
||||
select ARM64_USE_SECURE_MONITOR
|
||||
|
|
Loading…
Reference in New Issue