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:
parent
6c6e042ab3
commit
92c20fbd3a
@ -37,7 +37,11 @@
|
|||||||
#include <video_fb.h>
|
#include <video_fb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_FSL_DIU_LOGO_BMP
|
||||||
extern unsigned int FSL_Logo_BMP[];
|
extern unsigned int FSL_Logo_BMP[];
|
||||||
|
#else
|
||||||
|
#define FSL_Logo_BMP NULL
|
||||||
|
#endif
|
||||||
|
|
||||||
static int xres, yres;
|
static int xres, yres;
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
#define CONFIG_E300 1 /* E300 Family */
|
#define CONFIG_E300 1 /* E300 Family */
|
||||||
#define CONFIG_MPC512X 1 /* MPC512X family */
|
#define CONFIG_MPC512X 1 /* MPC512X family */
|
||||||
#define CONFIG_FSL_DIU_FB 1 /* FSL DIU */
|
#define CONFIG_FSL_DIU_FB 1 /* FSL DIU */
|
||||||
|
#undef CONFIG_FSL_DIU_LOGO_BMP /* Don't include FSL DIU binary bmp */
|
||||||
|
|
||||||
/* video */
|
/* video */
|
||||||
#undef CONFIG_VIDEO
|
#undef CONFIG_VIDEO
|
||||||
|
Loading…
Reference in New Issue
Block a user