diff options
Diffstat (limited to 'include/config_cmd_default.h')
| -rw-r--r-- | include/config_cmd_default.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index a5d87a68e..6e3903c4d 100644 --- a/include/config_cmd_default.h +++ b/include/config_cmd_default.h @@ -20,6 +20,7 @@  #define CONFIG_CMD_BOOTD	/* bootd			*/  #define CONFIG_CMD_CONSOLE	/* coninfo			*/  #define CONFIG_CMD_ECHO		/* echo arguments		*/ +#define CONFIG_CMD_EDITENV	/* editenv			*/  #define CONFIG_CMD_FPGA		/* FPGA configuration Support	*/  #define CONFIG_CMD_IMI		/* iminfo			*/  #define CONFIG_CMD_ITEST	/* Integer (and string) test	*/ |