From a412d399e951860a1b7913d568d390bf5ce47a5a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 20 Jun 2015 16:45:30 -0600 Subject: 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 Reviewed-on: http://review.coreboot.org/10615 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/arch/mips/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/mips') diff --git a/src/arch/mips/Makefile.inc b/src/arch/mips/Makefile.inc index cff0151406..e3aff0c7d7 100644 --- a/src/arch/mips/Makefile.inc +++ b/src/arch/mips/Makefile.inc @@ -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 -- cgit v1.2.3