diff options
| author | Harald Welte <laforge@gnumonks.org> | 2008-07-06 15:56:38 +0800 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 22:59:00 +0200 | 
| commit | fe2ce5500ebf43d79d227190bd2370232d5b113d (patch) | |
| tree | 12de408aa40e8c3aaa96a60501dec2167db3c6a7 /include/config_cmd_all.h | |
| parent | 07efc9e321619c3dec213310c32e011aa6f02783 (diff) | |
| download | olio-uboot-2014.01-fe2ce5500ebf43d79d227190bd2370232d5b113d.tar.xz olio-uboot-2014.01-fe2ce5500ebf43d79d227190bd2370232d5b113d.zip | |
add 'unzip' command to u-boot commandline
[PATCH] add new 'unzip' command to u-boot commandline
common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
memory to memory, and option CONFIG_CMD_UNZIP to enable it
Signed-off-by: Werner Almesberger <werner@openmoko.org>
Signed-off-by: Harald Welte <laforge@openmoko.org>
Diffstat (limited to 'include/config_cmd_all.h')
| -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	*/ |