ppc4xx: Remove implementations of testdram()
[platform/kernel/u-boot.git] / common / cmd_bmp.c
index 2437e22..197e5e8 100644 (file)
@@ -85,7 +85,7 @@ static bmp_image_t *gunzip_bmp(unsigned long addr, unsigned long *lenp)
        return bmp;
 }
 #else
-static bmp_image_t *gunzip_bmp(unsigned long addr)
+static bmp_image_t *gunzip_bmp(unsigned long addr, unsigned long *lenp)
 {
        return NULL;
 }