diff options
author | Hannes Petermaier <oe5hpm@oevsv.at> | 2015-04-24 14:49:38 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-08 17:24:17 -0400 |
commit | 4e2a341566ee53963b343d1f06c53bfb02d3d291 (patch) | |
tree | 59a13aabcede7d56fbf8e4eb4f304004037a8f20 /include/configs/kwb.h | |
parent | 99f724721130d8606e04c3bd46e7232db06c4dad (diff) | |
download | u-boot-imx-4e2a341566ee53963b343d1f06c53bfb02d3d291.zip u-boot-imx-4e2a341566ee53963b343d1f06c53bfb02d3d291.tar.gz u-boot-imx-4e2a341566ee53963b343d1f06c53bfb02d3d291.tar.bz2 |
board/BuR/common: remove BMP_DISPLAY from tseries board
Since we display in future the splash screen out of linux-os, we don't need
this support anymore within the common section.
But kwb-target is still using BMP_DISPLAY feature, so we move the related
from the common section into the target-specific.
Also the default environment of tseries will be adapted to this.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include/configs/kwb.h')
-rw-r--r-- | include/configs/kwb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/kwb.h b/include/configs/kwb.h index dd30df2..7798b80 100644 --- a/include/configs/kwb.h +++ b/include/configs/kwb.h @@ -19,6 +19,14 @@ #define CONFIG_LCD_NOSTDOUT #define CONFIG_SYS_WHITE_ON_BLACK #define LCD_BPP LCD_COLOR32 + +#define CONFIG_VIDEO_BMP_GZIP +#define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (1366*767*4) +#define CONFIG_CMD_UNZIP +#define CONFIG_CMD_BMP +#define CONFIG_BMP_24BMP +#define CONFIG_BMP_32BPP + /* Clock Defines */ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) |