diff options
author | John Rigby | 2008-10-30 16:39:35 -0600 |
---|---|---|
committer | John Rigby | 2009-02-03 09:25:51 -0700 |
commit | 92c20fbd3a7788c1a154f50a3f44f28a7763f99a (patch) | |
tree | 88975088fb590dfc9ddf844794a87ad74d3d4eac /include | |
parent | 6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ads5121.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index bb3525f1751..bb38be6bf3d 100644 --- a/include/configs/ads5121.h +++ b/include/configs/ads5121.h @@ -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 |