diff mbox series

[U-Boot,2/7] imx: wandboard: fix splash logo drawing

Message ID 20190919173015.18692-3-agust@denx.de
State Accepted
Commit b2ec22b52d6c1541cabf7103a098e6c80f27637b
Delegated to: Anatolij Gustschin
Headers show
Series Fix splash logo for imx6 boards | expand

Commit Message

Anatolij Gustschin Sept. 19, 2019, 5:30 p.m. UTC
After mxc_ipuv3 DM_VIDEO conversion showing splash image
doesn't work. Fix this. Also enable white on black console
configuration as it used to be with cfb_console driver.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 configs/wandboard_defconfig | 2 ++
 include/configs/wandboard.h | 1 +
 2 files changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index f07ec5f651..421f80697e 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -37,6 +37,7 @@  CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_SATA=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_BMP=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_EXT4_WRITE=y
 CONFIG_OF_CONTROL=y
@@ -66,4 +67,5 @@  CONFIG_DM_THERMAL=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_DM_VIDEO=y
+CONFIG_SYS_WHITE_ON_BLACK=y
 CONFIG_VIDEO_IPUV3=y
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index bdcd5e9db3..8faf5f0f78 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -61,6 +61,7 @@ 
 #define CONFIG_EXTRA_ENV_SETTINGS \
 	"console=ttymxc0\0" \
 	"splashpos=m,m\0" \
+	"splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
 	"fdtfile=undefined\0" \
 	"fdt_high=0xffffffff\0" \
 	"initrd_high=0xffffffff\0" \