1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-12 21:46:44 +02:00

ADS5121 DIU Make inclusion of FSL logo optional

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

Signed-off-by: John Rigby <jrigby@freescale.com>
This commit is contained in:
John Rigby
2008-10-30 16:39:35 -06:00
parent 6c6e042ab3
commit 92c20fbd3a
2 changed files with 5 additions and 0 deletions

View File

@@ -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;