summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2014-12-01 18:05:27 +0800
committerSandor Yu <R01008@freescale.com>2014-12-01 18:05:27 +0800
commitadd90339c4e0ac9630f3c2a34d46b4f60265f56f (patch)
treeb6d5581e1d6b7e99e95b3f07ba221fb5d03ad747
parente4a54f8063e63b85c77d7009513e40ae20afa6af (diff)
downloadu-boot-imx-add90339c4e0ac9630f3c2a34d46b4f60265f56f.zip
u-boot-imx-add90339c4e0ac9630f3c2a34d46b4f60265f56f.tar.gz
u-boot-imx-add90339c4e0ac9630f3c2a34d46b4f60265f56f.tar.bz2
MLK-9938 GIS: Enable GIS function on imx6sx SDB board
Enable GIS function on imx6sx SDB uboot. Expand CONFIG_SYS_MALLOC_LEN to 16M. Signed-off-by: Sandor Yu <R01008@freescale.com>
-rw-r--r--include/configs/mx6sxsabresd.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 74a09f0..6081217 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.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 (16 * SZ_1M)
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
@@ -117,6 +117,7 @@
/* VIDEO */
#define CONFIG_VIDEO
+#define CONFIG_VIDEO_GIS
/* Command definition */
#include <config_cmd_default.h>
@@ -355,6 +356,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