diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-05-27 01:11:48 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-28 12:10:41 +0200 |
commit | 68006aeb6d62343238578c6ea767907d63346aad (patch) | |
tree | 4a23a2974efd2c0f84b26eabf4a83eeaeadc05f8 | |
parent | fdf71898d943505412daa6f9dd37f86fd7e70c6c (diff) | |
download | u-boot-imx-68006aeb6d62343238578c6ea767907d63346aad.zip u-boot-imx-68006aeb6d62343238578c6ea767907d63346aad.tar.gz u-boot-imx-68006aeb6d62343238578c6ea767907d63346aad.tar.bz2 |
warp: Fix the 'saveenv' command
After the mx6 config consolidation, 'save' command is no longer
recognized.
Pass the full command name 'saveenv' instead.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r-- | board/warp/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/warp/README b/board/warp/README index db3100e..22f9055 100644 --- a/board/warp/README +++ b/board/warp/README @@ -34,7 +34,7 @@ Then U-boot should start and its messages will appear in the console program. Use the default environment variables: => env default -f -a -=> save +=> saveenv Run the DFU command: => dfu 0 mmc 0 |