summaryrefslogtreecommitdiff
path: root/configs/mx6solosabresd_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-05-10 09:39:19 -0700
committerYe Li <ye.li@nxp.com>2022-04-06 18:03:53 +0800
commit72ef158ea099f8face4b64d523bf334cb6499a82 (patch)
tree9f7ebaeb1cecaefb0129abea96aa0393b237d340 /configs/mx6solosabresd_defconfig
parent068ca69f0a9b0849d967f875e9172490042fdf3b (diff)
MLK-23964-27 mx6sabre: Enable the IPU video splash screen
The splash screen with DM video needs use bmp_display which needs enables CONFIG_CMD_BMP. Also changes the splashimage address from load address to a unused address 0x28000000. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 7ce7edbee78c88caf0ee1844c4b1c61d11d4bc77) (cherry picked from commit ce8e76bb64c5d4df07fb1788c64e5bd21711e26f) (cherry picked from commit acc583e10e0418f7b12f88fc1b00dbcb8ee8e895) (cherry picked from commit b0e92a4b3359333f06ab368016d980a5d012046b)
Diffstat (limited to 'configs/mx6solosabresd_defconfig')
-rw-r--r--configs/mx6solosabresd_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6solosabresd_defconfig b/configs/mx6solosabresd_defconfig
index 9d521d8196..0986965cb9 100644
--- a/configs/mx6solosabresd_defconfig
+++ b/configs/mx6solosabresd_defconfig
@@ -11,10 +11,15 @@ CONFIG_SYS_I2C_MXC_I2C1=y
CONFIG_SYS_I2C_MXC_I2C2=y
CONFIG_SYS_I2C_MXC_I2C3=y
CONFIG_DM_VIDEO=y
+CONFIG_VIDEO_LOGO=y
+CONFIG_BMP_16BPP=y
# CONFIG_VIDEO_BPP8 is not set
# CONFIG_VIDEO_BPP32 is not set
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_VIDEO_IPUV3=y
+CONFIG_SPLASH_SCREEN=y
+CONFIG_SPLASH_SCREEN_ALIGN=y
+CONFIG_CMD_BMP=y
CONFIG_IMX_CONFIG="board/freescale/mx6sabresd/mx6solo_4x_mt41j128.cfg"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_BOOTDELAY=3