aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2019-09-18 17:05:31 +0200
committerAnatolij Gustschin <agust@denx.de>2019-09-21 10:20:45 +0200
commitb0413fc14b183842687bddb2d8f907bfdce9aa23 (patch)
tree198f4ee3405a1b2f53d9ef572f4c197dc65301e6 /include/configs
parentb2ec22b52d6c1541cabf7103a098e6c80f27637b (diff)
downloadu-boot-b0413fc14b183842687bddb2d8f907bfdce9aa23.zip
u-boot-b0413fc14b183842687bddb2d8f907bfdce9aa23.tar.gz
u-boot-b0413fc14b183842687bddb2d8f907bfdce9aa23.tar.bz2
imx: mx6sabresd: fix splash logo drawing
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> Reported-by: Fabio Estevam <festevam@gmail.com> Tested-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabre_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index c137612..d704cda 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -62,6 +62,7 @@
"dfu_alt_info=spl raw 0x400\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
+ "splashimage=" __stringify(CONFIG_LOADADDR) "\0" \
"mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
"mmcpart=1\0" \
"finduuid=part uuid mmc ${mmcdev}:2 uuid\0" \