blob: db557445a8907c89d37f592cc10b798535da88a6 [file] [log] [blame]
Lokesh Vutla5cd96612017-12-29 11:47:49 +05301menu "TI specific command line interface"
2
3config CMD_DDR3
4 bool "command for verifying DDR features"
5 help
6 Support for testing ddr3 on TI platforms. This command
7 supports memory verification, memory comapre and ecc
8 verification if supported.
9
Tero Kristof79753c2021-06-11 11:45:16 +030010config CMD_PD
11 bool "command for verifying power domains"
12 depends on TI_POWER_DOMAIN
13 help
14 Debug command for K3 power domains. For this to work, the
15 K3 power domain driver must be enabled for the u-boot; by
16 default it is only enabled for SPL.
17
Lokesh Vutla5cd96612017-12-29 11:47:49 +053018endmenu