]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ADS5121 DIU Make inclusion of FSL logo optional
authorJohn Rigby <jrigby@freescale.com>
Thu, 30 Oct 2008 22:39:35 +0000 (16:39 -0600)
committerJohn Rigby <jrigby@freescale.com>
Tue, 3 Feb 2009 16:25:51 +0000 (09:25 -0700)
Make inclusion of FSL logo optional and
turn it off by default.

Signed-off-by: John Rigby <jrigby@freescale.com>
board/ads5121/ads5121_diu.c
include/configs/ads5121.h

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;
 
index bb3525f1751822226ab75be0f31b35d5894f4198..bb38be6bf3d428d0544548829b3b49c680d54b78 100644 (file)
@@ -47,6 +47,7 @@
 #define CONFIG_E300            1       /* E300 Family */
 #define CONFIG_MPC512X         1       /* MPC512X family */
 #define CONFIG_FSL_DIU_FB      1       /* FSL DIU */
+#undef CONFIG_FSL_DIU_LOGO_BMP         /* Don't include FSL DIU binary bmp */
 
 /* video */
 #undef CONFIG_VIDEO