mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08: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>
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
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
|