diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2012-12-12 04:16:33 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-13 18:46:56 (GMT) |
commit | fffad71bc489cf224eda6d826a1645423852ee45 (patch) | |
tree | 3fd5278e5515c4ad5043cf4e3ab030c81e9178f6 /README | |
parent | 30fd4fadb319d7c6d43d949e2d30ffaea46a60cf (diff) | |
download | u-boot-fffad71bc489cf224eda6d826a1645423852ee45.tar.xz |
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-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -816,6 +816,7 @@ The following options need to be configured: CONFIG_CMD_EEPROM * EEPROM read/write support CONFIG_CMD_ELF * bootelf, bootvx CONFIG_CMD_ENV_CALLBACK * display details about env callbacks + CONFIG_CMD_ENV_FLAGS * display details about env flags CONFIG_CMD_EXPORTENV * export the environment CONFIG_CMD_EXT2 * ext2 command support CONFIG_CMD_EXT4 * ext4 command support |