diff options
author | Fred Fan <r01011@freescale.com> | 2009-09-14 16:40:37 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-14 16:40:37 +0800 |
commit | 3227c278048e6b13397d9d0793e77e703649d7de (patch) | |
tree | d3dc22638004075c861b709e1f9eaec7b768bec1 /common | |
parent | d293115ed756b0b2912eb62ead1ddee647ec2fee (diff) | |
download | u-boot-imx-3227c278048e6b13397d9d0793e77e703649d7de.zip u-boot-imx-3227c278048e6b13397d9d0793e77e703649d7de.tar.gz u-boot-imx-3227c278048e6b13397d9d0793e77e703649d7de.tar.bz2 |
ENGR00116472-1 U-BOOT upgrade to V2009.08
U-BOOT upgrade from V2009.01 to V2009.08
Initial version for i.MX51 BBG board.
Support:
FEC, SPI, spi Nor Flash
Boot from spi nor flash and mmc/sd
Signed-off-by:Fred Fan <r01011@freescale.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_nvedit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index cda14e8..e0ccd56 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -613,14 +613,6 @@ U_BOOT_CMD( " - delete environment variable 'name'" ); -#if defined(CONFIG_CMD_SAVEENV) && !defined(CONFIG_ENV_IS_NOWHERE) -U_BOOT_CMD( - saveenv, 1, 0, do_saveenv, - "saveenv - save environment variables to persistent storage\n", - NULL -); -#endif - #if defined(CONFIG_CMD_ASKENV) U_BOOT_CMD( |