diff options
Diffstat (limited to 'include/config_cmd_default.h')
| -rw-r--r-- | include/config_cmd_default.h | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index b556706c7..366760289 100644 --- a/include/config_cmd_default.h +++ b/include/config_cmd_default.h @@ -21,11 +21,13 @@  #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			*/ +#ifndef CONFIG_SYS_NO_FLASH  #define CONFIG_CMD_IMLS		/* List all found images	*/ +#endif  #define CONFIG_CMD_ITEST	/* Integer (and string) test	*/  #define CONFIG_CMD_LOADB	/* loadb			*/  #define CONFIG_CMD_LOADS	/* loads			*/ |