diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-20 16:45:30 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-06-21 21:11:04 +0200 |
commit | a412d399e951860a1b7913d568d390bf5ce47a5a (patch) | |
tree | e04c939e62d479078f611b248dabbc08ef276c96 /src/soc/nvidia | |
parent | 64ae446dbca1fbd25395aa4f857caec746613c98 (diff) | |
download | coreboot-a412d399e951860a1b7913d568d390bf5ce47a5a.tar.xz |
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/soc/nvidia')
-rw-r--r-- | src/soc/nvidia/tegra132/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig index be8ae9b2b4..a5df92a044 100644 --- a/src/soc/nvidia/tegra132/Kconfig +++ b/src/soc/nvidia/tegra132/Kconfig @@ -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 |