Convert CONFIG_CMD_ENV_FLAGS to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_ENV_FLAGS

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2017-05-17 03:25:14 -06:00 committed by Tom Rini
parent a55d29d2ac
commit ffc76589d0
9 changed files with 12 additions and 5 deletions

View file

@ -322,6 +322,14 @@ config CMD_ENV_CALLBACK
For example changing "baudrate" adjust the serial baud rate. This
command lists the currently defined callbacks.
config CMD_ENV_FLAGS
bool "env flags -print variables that have non-default flags"
help
Some environment variables have special flags that control their
behaviour. For example, serial# can only be written once and cannot
be deleted. This command shows the variables that have special
flags.
endmenu
menu "Memory commands"