diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-07-01 20:22:39 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-07-01 22:03:39 +0200 |
commit | ec88681ca31ecec91c853e75a0d8aea7ce17996e (patch) | |
tree | eb17ebad28a7df867f3b18a68071096a9d26b4e0 | |
parent | 6a02b3b3e4a28bb4e91cadb0b07a0942b254d404 (diff) | |
download | coreboot-ec88681ca31ecec91c853e75a0d8aea7ce17996e.tar.xz |
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>
Reviewed-on: http://review.coreboot.org/10752
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/soc/nvidia/tegra210/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig index 257345e303..b0f3a02304 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 |