summaryrefslogtreecommitdiff
path: root/board/freescale/common/fsl_logo_bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/common/fsl_logo_bmp.c')
-rw-r--r--board/freescale/common/fsl_logo_bmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/common/fsl_logo_bmp.c b/board/freescale/common/fsl_logo_bmp.c
index 956dbee9da..ac5a155f78 100644
--- a/board/freescale/common/fsl_logo_bmp.c
+++ b/board/freescale/common/fsl_logo_bmp.c
@@ -27,6 +27,9 @@
* A 340x128x4bpp BMP logo.
*---------------------------------------------------------------------------
*/
+ #if 1
+ unsigned int FSL_Logo_BMP[]={};
+ #else
unsigned int FSL_Logo_BMP[] = {
0x424d765c,
0x00000000,0x00007600,0x00002800,0x00006c01,0x00008000,0x00000100,0x04000000,
@@ -876,3 +879,4 @@ unsigned int FSL_Logo_BMP[] = {
0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,
0x00000000,0x0000babe
};
+ #endif