diff options
author | Nikita Kiryanov | 2015-01-14 10:42:45 +0200 |
---|---|---|
committer | Stefano Babic | 2015-01-29 17:42:28 +0100 |
commit | 9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946 (patch) | |
tree | 60a519cf42cb02b69482988b961ac2a0a4f0feb4 /include/configs/cm_fx6.h | |
parent | eab29802d6211aeb9cd521a51d22a43c8fb4f94d (diff) |
arm: mx6: cm-fx6: increase size of malloc area
Increase size of malloc area to make room for framebuffer
and other such big allocations.
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r-- | include/configs/cm_fx6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index d79c83bf2dc..a2e42c45923 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -276,7 +276,7 @@ /* misc */ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_STACKSIZE (128 * 1024) -#define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) +#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 800 /* 400 KB */ #define CONFIG_OF_BOARD_SETUP |