ADS5121 DIU Make inclusion of FSL logo optional
[oweals/u-boot.git] / board / ads5121 / ads5121_diu.c
index 4f7dda0e3e76f6bcdf05e988c5950a91aff6a0a6..565b63da4d314fe6a203f5729f77c30ff496941d 100644 (file)
 #include <video_fb.h>
 #endif
 
+#ifdef CONFIG_FSL_DIU_LOGO_BMP
 extern unsigned int FSL_Logo_BMP[];
+#else
+#define FSL_Logo_BMP NULL
+#endif
 
 static int xres, yres;