summaryrefslogtreecommitdiffstats
path: root/cmd/ti/Kconfig
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-12-29 11:47:49 +0530
committerTom Rini <trini@konsulko.com>2018-01-19 15:49:26 -0500
commit5cd9661dc68b40e6c03400dba131b92e71f9e730 (patch)
treedb476155131cd6b1c423c4990631b974529eb691 /cmd/ti/Kconfig
parent650fda93c89bcac54ff69603d879ea45f81987f9 (diff)
downloadu-boot-5cd9661dc68b40e6c03400dba131b92e71f9e730.tar.gz
u-boot-5cd9661dc68b40e6c03400dba131b92e71f9e730.tar.xz
u-boot-5cd9661dc68b40e6c03400dba131b92e71f9e730.zip
arm: keystone: Move cmd_ddr3 to a common place
Move cmd_ddr3 to cmd/ti in order to make it build for non-keystone TI platforms. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> [trini: Rename to ddr3.c not cmd_ddr3.c] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/ti/Kconfig')
-rw-r--r--cmd/ti/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/ti/Kconfig b/cmd/ti/Kconfig
new file mode 100644
index 0000000000..efeff0d482
--- /dev/null
+++ b/cmd/ti/Kconfig
@@ -0,0 +1,10 @@
+menu "TI specific command line interface"
+
+config CMD_DDR3
+ bool "command for verifying DDR features"
+ help
+ Support for testing ddr3 on TI platforms. This command
+ supports memory verification, memory comapre and ecc
+ verification if supported.
+
+endmenu