diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-12 19:48:40 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:14:09 +0800 |
commit | a106f8c3feb8172f7ee0cc68be5e17ea0d5684e6 (patch) | |
tree | cd1c9c7d68246940dcdda92277e68c3c25e39592 /include | |
parent | a007b00dd8ef9f773dfdebef0b1deb0990281793 (diff) | |
download | u-boot-imx-a106f8c3feb8172f7ee0cc68be5e17ea0d5684e6.zip u-boot-imx-a106f8c3feb8172f7ee0cc68be5e17ea0d5684e6.tar.gz u-boot-imx-a106f8c3feb8172f7ee0cc68be5e17ea0d5684e6.tar.bz2 |
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 <R01008@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6sx_19x19_arm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx6sx_arm2.h | 7 |
2 files changed, 7 insertions, 1 deletions
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 */ |