[U-Boot] [PATCH 1/5] ADS5121 DIU Make inclusion of FSL logo optional

John Rigby jrigby at freescale.com
Mon Jan 26 21:07:04 CET 2009


Make inclusion of FSL logo optional and
turn it off by default.

Signed-off-by: John Rigby <jrigby at freescale.com>
---
 board/ads5121/ads5121_diu.c |    4 ++++
 include/configs/ads5121.h   |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/board/ads5121/ads5121_diu.c b/board/ads5121/ads5121_diu.c
index 11450aa..ac7a447 100644
--- a/board/ads5121/ads5121_diu.c
+++ b/board/ads5121/ads5121_diu.c
@@ -37,7 +37,11 @@
 #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;
 
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h
index bb3525f..bb38be6 100644
--- a/include/configs/ads5121.h
+++ b/include/configs/ads5121.h
@@ -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
-- 
1.5.6.2.255.gbed62



More information about the U-Boot mailing list