summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-23 15:25:12 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:30 +0800
commit40c24a19733a5e1f9fb3ba8b4393c31cac5415e3 (patch)
tree83ad084b0371564d04cf8830ae577e106c35d1ed /include
parent8fa188c1466e6a74536f1b46fff88bf9b08b0d78 (diff)
downloadu-boot-imx-40c24a19733a5e1f9fb3ba8b4393c31cac5415e3.zip
u-boot-imx-40c24a19733a5e1f9fb3ba8b4393c31cac5415e3.tar.gz
u-boot-imx-40c24a19733a5e1f9fb3ba8b4393c31cac5415e3.tar.bz2
MLK-12437-3 mx6sxsabresd: Update display to support panel selection
Support two display panels, one for LVDS, another for parallel LCD. Align the feature to the v2015.04 uboot. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit d7f54f22607ffcace6cda97984649a5ae4f65996)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sxsabresd.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 26aa157..45adfd4 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -16,7 +16,7 @@
#endif
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M)
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE
@@ -54,7 +54,7 @@
"fdt_addr=0x88000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "videomode=video=ctfb:x:800,y:480,depth:24,pclk:29850,le:89,ri:164,up:23,lo:10,hs:10,vs:10,sync:0,vmode:0\0" \
+ "panel=Hannstar-XGA\0" \
"mmcdev=2\0" \
"mmcpart=1\0" \
"mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
@@ -211,7 +211,9 @@
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_VIDEO_BMP_LOGO
-#define MXS_LCDIF_BASE MX6SX_LCDIF1_BASE_ADDR
+#define CONFIG_IMX_VIDEO_SKIP
+#define CONFIG_SYS_CONSOLE_BG_COL 0x00
+#define CONFIG_SYS_CONSOLE_FG_COL 0xa0
#endif
#endif