From a106f8c3feb8172f7ee0cc68be5e17ea0d5684e6 Mon Sep 17 00:00:00 2001 From: "Ye.Li" Date: Thu, 12 Jun 2014 19:48:40 +0800 Subject: ENGR00315894-82 mx6sx arm2: Enable gis function Enable gis function for mx6sx 19x19 arm2 board Expand malloc buf pool to 16M. Signed-off-by: Sandor Yu Signed-off-by: Ye.Li --- include/configs/mx6sx_19x19_arm2.h | 1 + include/configs/mx6sx_arm2.h | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/mx6sx_19x19_arm2.h b/include/configs/mx6sx_19x19_arm2.h index 1733903..c6265fd 100644 --- a/include/configs/mx6sx_19x19_arm2.h +++ b/include/configs/mx6sx_19x19_arm2.h @@ -10,6 +10,7 @@ #define __MX6SX_19X19_ARM2_CONFIG_H #define CONFIG_VIDEO +#define CONFIG_VIDEO_GIS #include "mx6sx_arm2.h" diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h index 6e9df51..2520b34 100644 --- a/include/configs/mx6sx_arm2.h +++ b/include/configs/mx6sx_arm2.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 @@ -428,6 +428,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 /* USB Configs */ -- cgit v1.1