Commit 18aff32789958bc147fd971e1cb20e0fea445593

Authored by Sandor Yu
1 parent 6ad39425bb

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>
(cherry picked from commit add90339c4e0ac9630f3c2a34d46b4f60265f56f)

Showing 1 changed file with 7 additions and 1 deletions Side-by-side Diff

include/configs/mx6sxsabresd.h
... ... @@ -33,7 +33,7 @@
33 33 #define CONFIG_REVISION_TAG
34 34  
35 35 /* Size of malloc() pool */
36   -#define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M)
  36 +#define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M)
37 37  
38 38 #define CONFIG_BOARD_EARLY_INIT_F
39 39 #define CONFIG_BOARD_LATE_INIT
... ... @@ -117,6 +117,7 @@
117 117  
118 118 /* VIDEO */
119 119 #define CONFIG_VIDEO
  120 +#define CONFIG_VIDEO_GIS
120 121  
121 122 /* Command definition */
122 123 #include <config_cmd_default.h>
... ... @@ -355,6 +356,11 @@
355 356 #define CONFIG_BMP_16BPP
356 357 #define CONFIG_VIDEO_BMP_RLE8
357 358 #define CONFIG_VIDEO_BMP_LOGO
  359 +#ifdef CONFIG_VIDEO_GIS
  360 +#define CONFIG_VIDEO_CSI
  361 +#define CONFIG_VIDEO_PXP
  362 +#define CONFIG_VIDEO_VADC
  363 +#endif
358 364 #endif
359 365  
360 366 #define CONFIG_CMD_USB