diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:14 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:54 -0400 |
commit | ffc76589d0e728877992b7247a2ced39025e4493 (patch) | |
tree | 8a52b5f4f34171980e2700526d8f49737348bfff /README | |
parent | a55d29d2ac658b33989a7c4c368beff46a98bcde (diff) | |
download | u-boot-ffc76589d0e728877992b7247a2ced39025e4493.zip u-boot-ffc76589d0e728877992b7247a2ced39025e4493.tar.gz u-boot-ffc76589d0e728877992b7247a2ced39025e4493.tar.bz2 |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -833,7 +833,6 @@ The following options need to be configured: CONFIG_CMD_ECHO echo arguments CONFIG_CMD_EDITENV edit env variable CONFIG_CMD_ELF * bootelf, bootvx - CONFIG_CMD_ENV_FLAGS * display details about env flags CONFIG_CMD_ENV_EXISTS * check existence of env variable CONFIG_CMD_EXPORTENV * export the environment CONFIG_CMD_EXT2 * ext2 command support |