]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bootm.c
move prototypes for gunzip() and zunzip() to common.h
[u-boot] / common / cmd_bootm.c
index efd6aec0cf19f60b36e32f15c5345db6be03865e..94ddac37cf33142db1d718b1b35d8ea22cb26147 100644 (file)
@@ -63,7 +63,6 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-extern int gunzip (void *dst, int dstlen, unsigned char *src, unsigned long *lenp);
 #ifndef CONFIG_SYS_BOOTM_LEN
 #define CONFIG_SYS_BOOTM_LEN   0x800000        /* use 8MByte as default max gunzip size */
 #endif