summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-05-10 08:01:17 -0700
committerYe Li <ye.li@nxp.com>2020-05-11 02:24:02 -0700
commitd27ebc05a6620cf66d568c7c7224e7fa449eaa73 (patch)
tree1813a3e8b484b415351590953daf5f76dac3fe06 /include/configs
parent93a53c60a73dab539fdf98542a367e83820df775 (diff)
MLK-23964-26 mx7dsabresd: Convert to DM video and enable splash screen
Enable the splash screen basing on video link and DM video Update the DTS to fix the bpp in lcdif node and add alias Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx7dsabresd.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h
index 68ae7ad1a2..5a2fef79bb 100644
--- a/include/configs/mx7dsabresd.h
+++ b/include/configs/mx7dsabresd.h
@@ -87,7 +87,6 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS \
TEE_ENV \
- "panel=TFT43AB\0" \
"fdt_addr=0x83000000\0" \
"tee_addr=0x84000000\0" \
"fdt_high=0xffffffff\0" \
@@ -122,7 +121,7 @@
"tee_file=uTee-7dsdb\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "panel=TFT43AB\0" \
+ "splashimage=0x8c000000\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
@@ -270,7 +269,8 @@
#define CONFIG_IMX_THERMAL
-#ifdef CONFIG_VIDEO
+#ifdef CONFIG_DM_VIDEO
+#define CONFIG_VIDEO_LINK
#define CONFIG_VIDEO_MXS
#define CONFIG_VIDEO_LOGO
#define CONFIG_SPLASH_SCREEN
@@ -278,7 +278,6 @@
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_VIDEO_BMP_LOGO
-#define CONFIG_IMX_VIDEO_SKIP
#endif
/* #define CONFIG_SPLASH_SCREEN*/