summaryrefslogtreecommitdiffstats
path: root/include/configs/kwb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/kwb.h')
-rw-r--r--include/configs/kwb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/kwb.h b/include/configs/kwb.h
index dd30df27b0..7798b8001d 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)
OpenPOWER on IntegriCloud