Skip to content
Snippets Groups Projects
Commit 92c20fbd authored by John Rigby's avatar John Rigby
Browse files

ADS5121 DIU Make inclusion of FSL logo optional


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

Signed-off-by: default avatarJohn Rigby <jrigby@freescale.com>
parent 6c6e042a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment