summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-03-16 14:29:30 +0800
committerYe Li <ye.li@nxp.com>2022-04-06 18:05:40 +0800
commit3e3e543d0127a142a1692dfc5522dbb84cd5f86c (patch)
treeb4dac369f946e4edf7355b598cd83e602db7a3e3 /include
parentf17bb52babf9504cf88b98018eec2a854320ff26 (diff)
LFU-278-12 mx6sxsabresd/auto: Enable the DM video splash screen
Update the mx6sx SDB and AUTO ARD board codes and DTS to support DM video splash screen. Both have two video path: 1. LCDIF1 -> LCD panel 2. LCDIF2 -> LVDS channel 0 Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabreauto.h10
-rw-r--r--include/configs/mx6sxsabresd.h10
2 files changed, 3 insertions, 17 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index ac59cb423c4..5015494977d 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -66,7 +66,7 @@
CONFIG_MFG_ENV_SETTINGS \
TEE_ENV \
"tee_addr=0x84000000\0" \
- "panel=Hannstar-XGA\0" \
+ "splashimage=0x8c000000\0" \
"fdt_addr=0x83000000\0" \
"fdt_high=0xffffffff\0" \
"console=ttymxc0\0" \
@@ -99,7 +99,7 @@
"tee_file=uTee-6sxauto\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "panel=Hannstar-XGA\0" \
+ "splashimage=0x8c000000\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=1\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
@@ -215,10 +215,4 @@
#define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} }
#endif
-#ifdef CONFIG_DM_VIDEO
-#define CONFIG_IMX_VIDEO_SKIP
-#define CONFIG_SYS_CONSOLE_BG_COL 0x00
-#define CONFIG_SYS_CONSOLE_FG_COL 0xa0
-#endif
-
#endif /* __CONFIG_H */
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 280c468be70..a0cabe565e6 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -86,7 +86,7 @@
"tee_file=uTee-6sxsdb\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "panel=Hannstar-XGA\0" \
+ "splashimage=0x8c000000\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=1\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
@@ -195,14 +195,6 @@
#define CONFIG_PCIE_IMX
#endif
-#ifndef CONFIG_SPL_BUILD
-#ifdef CONFIG_DM_VIDEO
-#define CONFIG_IMX_VIDEO_SKIP
-#define CONFIG_SYS_CONSOLE_BG_COL 0x00
-#define CONFIG_SYS_CONSOLE_FG_COL 0xa0
-#endif
-#endif
-
#define CONFIG_SYS_FSL_USDHC_NUM 3
#define CONFIG_MMCROOT "/dev/mmcblk3p2" /* USDHC4 */
#define CONFIG_SYS_MMC_ENV_DEV 3 /*USDHC4*/