summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-10-27 16:10:59 +0800
committerYe.Li <B37916@freescale.com>2014-11-06 10:27:47 +0800
commit1dfd2e02cbdfda2a9163a9b50beda5711e70f7f0 (patch)
tree1bc17d3b07b5708b84f87466c2d2d639c76c3304
parent9a59a130162120551ba8e1b89ebcb37aa8fe3c3a (diff)
downloadu-boot-imx-1dfd2e02cbdfda2a9163a9b50beda5711e70f7f0.zip
u-boot-imx-1dfd2e02cbdfda2a9163a9b50beda5711e70f7f0.tar.gz
u-boot-imx-1dfd2e02cbdfda2a9163a9b50beda5711e70f7f0.tar.bz2
MLK-9748 imx: mx6sxsabreauto: Add GIS support
MX6SX sabreauto board has analog video input from VADC. Add the GIS support for this board that video input can display on LVDS at booting. The environment variable "gis" must be set to "vadc" to enable the function. Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 5f2008a6dc08f07d462a063a0642f5e54fedbd21)
-rw-r--r--include/configs/mx6sxsabreauto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index 291cc77..3f52b37 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -33,7 +33,7 @@
#define CONFIG_REVISION_TAG
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
+#define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M)
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
@@ -115,6 +115,7 @@
/* VIDEO */
#define CONFIG_VIDEO
+#define CONFIG_VIDEO_GIS
/* Command definition */
#include <config_cmd_default.h>
@@ -399,6 +400,11 @@
#define CONFIG_BMP_16BPP
#define CONFIG_VIDEO_BMP_RLE8
#define CONFIG_VIDEO_BMP_LOGO
+#ifdef CONFIG_VIDEO_GIS
+#define CONFIG_VIDEO_CSI
+#define CONFIG_VIDEO_PXP
+#define CONFIG_VIDEO_VADC
+#endif
#endif
#define CONFIG_CMD_USB