mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00: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:
parent
6c6e042ab3
commit
92c20fbd3a
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue