blob: 5dc8ebf04b4081db332e713cf37d92cc1d7cc75d [file] [log] [blame]
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +09001menu "Command line interface"
2 depends on !SPL_BUILD
3
Masahiro Yamada4772cf22014-09-16 16:33:00 +09004config CMD_BOOTM
5 bool "Enable bootm command"
6 default y
7 help
8 Boot an application image from the memory.
9
Masahiro Yamadaf3e12b72014-09-16 16:32:58 +090010endmenu