summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-23 15:29:29 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:30 +0800
commit37f58a1bcefe48261a736df0211f007835074db7 (patch)
treeb297a3645356f1804155e69db4c6134a90827a47 /include
parent084bda6704db850e4a1717a35c511bc82e76f2c8 (diff)
downloadu-boot-imx-37f58a1bcefe48261a736df0211f007835074db7.zip
u-boot-imx-37f58a1bcefe48261a736df0211f007835074db7.tar.gz
u-boot-imx-37f58a1bcefe48261a736df0211f007835074db7.tar.bz2
MLK-12437-5 mx6ulevk: Update display to support panel selection
Change to panel environment for display at default. Align this feature to v2015.04 uboot. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit ea93a34a3348f80462ea5b61a4ca2e9a1d267f4c)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6ul_14x14_evk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index 128181d..c9f11ae 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -69,7 +69,7 @@
"fdt_addr=0x83000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "videomode=video=ctfb:x:480,y:272,depth:24,pclk:108695,le:8,ri:4,up:2,lo:4,hs:41,vs:10,sync:0,vmode:0\0" \
+ "panel=TFT43AB\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
"mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \
@@ -232,7 +232,7 @@
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_VIDEO_BMP_LOGO
-#define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
+#define CONFIG_IMX_VIDEO_SKIP
#endif
#endif