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:
parent
9733e28381
commit
52262662da
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,6 @@ config SEC_COMPONENT_SIZE_MB
|
||||||
config PLLX_KHZ
|
config PLLX_KHZ
|
||||||
int
|
int
|
||||||
default 700000
|
default 700000
|
||||||
endif
|
|
||||||
|
|
||||||
config HAVE_MTC
|
config HAVE_MTC
|
||||||
bool "Add external Memory controller Training Code binary"
|
bool "Add external Memory controller Training Code binary"
|
||||||
|
@ -153,3 +152,4 @@ config MTC_ADDRESS
|
||||||
|
|
||||||
endif # HAVE_MTC
|
endif # HAVE_MTC
|
||||||
|
|
||||||
|
endif # SOC_NVIDIA_TEGRA210
|
||||||
|
|
Loading…
Reference in a new issue