diff mbox

[U-Boot,5/5] warp: Fix the 'saveenv' command

Message ID 1432699908-15898-5-git-send-email-festevam@gmail.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam May 27, 2015, 4:11 a.m. UTC
From: Fabio Estevam <fabio.estevam@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@freescale.com>
---
 board/warp/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic May 28, 2015, 9:54 a.m. UTC | #1
On 27/05/2015 06:11, Fabio Estevam wrote:
> 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
> 
Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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