From 3227c278048e6b13397d9d0793e77e703649d7de Mon Sep 17 00:00:00 2001 From: Fred Fan Date: Mon, 14 Sep 2009 16:40:37 +0800 Subject: 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 --- common/cmd_nvedit.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'common') 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( -- cgit v1.1