[coreboot-gerrit] New patch to review for coreboot: Do not show HAVE_MTC on non-tegra210

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Oct 11 11:15:34 CEST 2015


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11863

-gerrit

commit 36a087b45685450862eac02a7152705375fb08f0
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Oct 11 02:17:21 2015 +0200

    Do not show HAVE_MTC on non-tegra210
    
    Change-Id: I7695e797b4924d371efc6c7b5c972ea4fdb0ba2d
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/soc/nvidia/tegra210/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/nvidia/tegra210/Kconfig b/src/soc/nvidia/tegra210/Kconfig
index f899803..37d3360 100644
--- a/src/soc/nvidia/tegra210/Kconfig
+++ b/src/soc/nvidia/tegra210/Kconfig
@@ -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



More information about the coreboot-gerrit mailing list