diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/config_cmd_all.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index c2bb094e2..2cb2f6782 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -77,6 +77,7 @@  #define CONFIG_CMD_SPI		/* SPI utility			*/  #define CONFIG_CMD_TERMINAL	/* built-in Serial Terminal	*/  #define CONFIG_CMD_UNIVERSE	/* Tundra Universe Support	*/ +#define CONFIG_CMD_UNZIP	/* unzip from memory to memory	*/  #define CONFIG_CMD_USB		/* USB Support			*/  #define CONFIG_CMD_VFD		/* VFD support (TRAB)		*/  #define CONFIG_CMD_XIMG		/* Load part of Multi Image	*/ |