Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10752
-gerrit
commit dd35057935e1c95cba18110a45f8a6f6eab2f48e Author: Patrick Georgi pgeorgi@chromium.org Date: Wed Jul 1 20:22:39 2015 +0200
nvidia/tegra210: Drop unused Kconfig symbol
The deleted symbols aren't used anywhere in the coreboot tree and come from the downstream chromeos-2013.04 branch.
Change-Id: I0ebc2936dff400cf8fe68794c86ac583aba2a14b Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/soc/nvidia/tegra210/Kconfig | 3 --- 1 file changed, 3 deletions(-)
diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig index 257345e..b0f3a02 100644 --- a/src/soc/nvidia/tegra210/Kconfig +++ b/src/soc/nvidia/tegra210/Kconfig @@ -13,10 +13,7 @@ config SOC_NVIDIA_TEGRA210 select GENERIC_UDELAY select HAVE_HARD_RESET select HAVE_UART_SPECIAL - select HAVE_UART_MEMORY_MAPPED - select EARLY_CONSOLE select ARM_BOOTBLOCK_CUSTOM - select DYNAMIC_CBMEM select ARM64_USE_ARM_TRUSTED_FIRMWARE select HAS_PRECBMEM_TIMESTAMP_REGION select CHROMEOS_RAMOOPS_NON_ACPI