aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoe Hershberger2012-12-11 22:16:33 -0600
committerTom Rini2012-12-13 12:46:56 -0600
commitfffad71bc489cf224eda6d826a1645423852ee45 (patch)
tree3fd5278e5515c4ad5043cf4e3ab030c81e9178f6 /README
parent30fd4fadb319d7c6d43d949e2d30ffaea46a60cf (diff)
downloadu-boot-fffad71bc489cf224eda6d826a1645423852ee45.tar.gz
u-boot-fffad71bc489cf224eda6d826a1645423852ee45.tar.xz
u-boot-fffad71bc489cf224eda6d826a1645423852ee45.zip
env: Add a command to display details about env flags
Similar to the env callback command, this will show details about the options available, the static list, and the currently active variables. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index acb711a384..08c0fccb5e 100644
--- a/README
+++ b/README
@@ -816,6 +816,7 @@ The following options need to be configured:
816 CONFIG_CMD_EEPROM * EEPROM read/write support 816 CONFIG_CMD_EEPROM * EEPROM read/write support
817 CONFIG_CMD_ELF * bootelf, bootvx 817 CONFIG_CMD_ELF * bootelf, bootvx
818 CONFIG_CMD_ENV_CALLBACK * display details about env callbacks 818 CONFIG_CMD_ENV_CALLBACK * display details about env callbacks
819 CONFIG_CMD_ENV_FLAGS * display details about env flags
819 CONFIG_CMD_EXPORTENV * export the environment 820 CONFIG_CMD_EXPORTENV * export the environment
820 CONFIG_CMD_EXT2 * ext2 command support 821 CONFIG_CMD_EXT2 * ext2 command support
821 CONFIG_CMD_EXT4 * ext4 command support 822 CONFIG_CMD_EXT4 * ext4 command support