mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
11 lines
264 B
Text
11 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
|