Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0
[platform/kernel/u-boot.git] / common / cmd_bmp.c
index 4c29fa3..b8809e3 100644 (file)
@@ -33,7 +33,6 @@
 #include <malloc.h>
 
 static int bmp_info (ulong addr);
-static int bmp_display (ulong addr, int x, int y);
 
 /*
  * Allocate and decompress a BMP image using gunzip().
@@ -221,7 +220,7 @@ static int bmp_info(ulong addr)
  * Return:      None
  *
  */
-static int bmp_display(ulong addr, int x, int y)
+int bmp_display(ulong addr, int x, int y)
 {
        int ret;
        bmp_image_t *bmp = (bmp_image_t *)addr;