Commit 0a22c7f0dc6265da71a522b78bc7a04d3ca934c3

Authored by Tim Harvey
Committed by Stefano Babic
1 parent 8ce747fcff

imx: ventana: enable splashscreen support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff

include/configs/gw_ventana.h
... ... @@ -191,15 +191,15 @@
191 191 #define CONFIG_CFB_CONSOLE
192 192 #define CONFIG_VGA_AS_SINGLE_DEVICE
193 193 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
194   -#define CONFIG_VIDEO_BMP_RLE8
195   -#define CONFIG_SPLASH_SCREEN
196   -#define CONFIG_BMP_16BPP
197 194 #define CONFIG_VIDEO_LOGO
198 195 #define CONFIG_IPUV3_CLK 260000000
199 196 #define CONFIG_CMD_HDMIDETECT
200 197 #define CONFIG_CONSOLE_MUX
201 198 #define CONFIG_IMX_HDMI
202 199 #define CONFIG_IMX_VIDEO_SKIP
  200 +#define CONFIG_VIDEO_BMP_LOGO
  201 +#define CONFIG_SPLASH_SCREEN_ALIGN
  202 +#define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */
203 203  
204 204 /* Miscellaneous configurable options */
205 205 #define CONFIG_HWCONFIG
... ... @@ -274,6 +274,7 @@
274 274  
275 275 #define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
276 276 "pcidisable=1\0" \
  277 + "splashpos=m,m\0" \
277 278 "usb_pgood_delay=2000\0" \
278 279 "console=ttymxc1\0" \
279 280 "bootdevs=usb mmc sata flash\0" \
tools/logos/gateworks.bmp
No preview for this file type