diff options
Diffstat (limited to 'include/config_cmd_default.h')
| -rw-r--r-- | include/config_cmd_default.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index 4ad8f369f..366760289 100644 --- a/include/config_cmd_default.h +++ b/include/config_cmd_default.h @@ -21,7 +21,7 @@  #define CONFIG_CMD_BOOTD	/* bootd			*/  #define CONFIG_CMD_CONSOLE	/* coninfo			*/  #define CONFIG_CMD_ECHO		/* echo arguments		*/ -#define CONFIG_CMD_ENV		/* saveenv			*/ +#define CONFIG_CMD_SAVEENV	/* saveenv			*/  #define CONFIG_CMD_FLASH	/* flinfo, erase, protect	*/  #define CONFIG_CMD_FPGA		/* FPGA configuration Support	*/  #define CONFIG_CMD_IMI		/* iminfo			*/ |