Do not show HAVE_MTC on non-tegra210

Change-Id: I7695e797b4924d371efc6c7b5c972ea4fdb0ba2d
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/11863
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Vladimir Serbinenko 2015-10-11 02:17:21 +02:00
parent 9733e28381
commit 52262662da
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,6 @@ config SEC_COMPONENT_SIZE_MB
config PLLX_KHZ
int
default 700000
endif
config HAVE_MTC
bool "Add external Memory controller Training Code binary"
@ -153,3 +152,4 @@ config MTC_ADDRESS
endif # HAVE_MTC
endif # SOC_NVIDIA_TEGRA210