aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-06-20 16:45:30 -0600
committerMartin Roth <gaumless@gmail.com>2015-06-21 21:11:04 +0200
commita412d399e951860a1b7913d568d390bf5ce47a5a (patch)
treee04c939e62d479078f611b248dabbc08ef276c96 /src/arch/arm64
parent64ae446dbca1fbd25395aa4f857caec746613c98 (diff)
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>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r--src/arch/arm64/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.inc
index 13e84159a2..f1d0cb3e66 100644
--- a/src/arch/arm64/Makefile.inc
+++ b/src/arch/arm64/Makefile.inc
@@ -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