]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
commands: add more command entries in Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 13 Nov 2014 10:29:08 +0000 (19:29 +0900)
committerTom Rini <trini@ti.com>
Sun, 23 Nov 2014 11:49:03 +0000 (06:49 -0500)
commit60296a835cb176695a3ce3a50a843d2f03b77d32
treedcdd342f079e19777f632b6dc7232ae0da28cc4a
parent6c77509000000396a6ad0815e76ffd38d95fb3fd
commands: add more command entries in Kconfig

This commit adds some of command entries (CONFIG_CMD_*) to
cover include/config_cmd_default.h and a little extra.

Because U-Boot supports lots of commands, they should be categorized
according to their usage.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
common/Kconfig