blob: 216a8debd9afb7021622d70453511ea9f35c9fc2 [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 Yamadacccee182014-09-16 16:33:02 +090016config CMD_EXPORTENV
17 bool "Enable env export command"
18 default y
19 help
20 Export environments.
21
Masahiro Yamada1d5c2012014-09-16 16:33:04 +090022config CMD_IMPORTENV
23 bool "Enable env import command"
24 default y
25 help
26 Import environments.
27
Masahiro Yamada726ac8e2014-09-16 16:33:03 +090028config CMD_GO
29 bool "Enable go command"
30 default y
31 help
32 Start an application at a given address.
33
Masahiro Yamadaed363232014-09-16 16:32:58 +090034endmenu