blob: 5dfac250a2e2ac1ece80924af00c2de42b25dd72 [file] [log] [blame]
Masahiro Yamadaed363232014-09-16 16:32:58 +09001menu "Command line interface"
2 depends on !SPL_BUILD
3
Masahiro Yamadadba16972014-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 Yamadaca05ee92014-09-16 16:33:01 +090010config CMD_CRC32
11 bool "Enable crc32 command"
12 default y
13 help
14 Compute CRC32.
15
Masahiro Yamadaed363232014-09-16 16:32:58 +090016endmenu