[U-Boot] [PATCH 5/5] warp: Fix the 'saveenv' command
Fabio Estevam
festevam at gmail.com
Wed May 27 06:11:48 CEST 2015
From: Fabio Estevam <fabio.estevam at freescale.com>
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 at freescale.com>
---
board/warp/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.9.1
More information about the U-Boot
mailing list