summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2016-07-15 07:17:20 -0700
committerStefano Babic <sbabic@denx.de>2016-09-06 18:22:48 +0200
commit0a22c7f0dc6265da71a522b78bc7a04d3ca934c3 (patch)
treef2058b0edcdabceb6bdbce70502413a3db06c8cc
parent8ce747fcffada470232a706d571e6c6a1286315b (diff)
downloadu-boot-0a22c7f0dc6265da71a522b78bc7a04d3ca934c3.tar.gz
imx: ventana: enable splashscreen support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r--include/configs/gw_ventana.h7
-rw-r--r--tools/logos/gateworks.bmpbin0 -> 56202 bytes
2 files changed, 4 insertions, 3 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 1bd13fe6de..61242a12c5 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -191,15 +191,15 @@
#define CONFIG_CFB_CONSOLE
#define CONFIG_VGA_AS_SINGLE_DEVICE
#define CONFIG_SYS_CONSOLE_IS_IN_ENV
-#define CONFIG_VIDEO_BMP_RLE8
-#define CONFIG_SPLASH_SCREEN
-#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_LOGO
#define CONFIG_IPUV3_CLK 260000000
#define CONFIG_CMD_HDMIDETECT
#define CONFIG_CONSOLE_MUX
#define CONFIG_IMX_HDMI
#define CONFIG_IMX_VIDEO_SKIP
+#define CONFIG_VIDEO_BMP_LOGO
+#define CONFIG_SPLASH_SCREEN_ALIGN
+#define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */
/* Miscellaneous configurable options */
#define CONFIG_HWCONFIG
@@ -274,6 +274,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
"pcidisable=1\0" \
+ "splashpos=m,m\0" \
"usb_pgood_delay=2000\0" \
"console=ttymxc1\0" \
"bootdevs=usb mmc sata flash\0" \
diff --git a/tools/logos/gateworks.bmp b/tools/logos/gateworks.bmp
new file mode 100644
index 0000000000..01edb7cedf
--- /dev/null
+++ b/tools/logos/gateworks.bmp
Binary files differ