mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
5cd9661dc6
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>
10 lines
264 B
Text
10 lines
264 B
Text
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
|