diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-01-14 10:42:45 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-01-29 17:42:28 +0100 |
commit | 9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946 (patch) | |
tree | 60a519cf42cb02b69482988b961ac2a0a4f0feb4 /include/configs | |
parent | eab29802d6211aeb9cd521a51d22a43c8fb4f94d (diff) | |
download | u-boot-imx-9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946.zip u-boot-imx-9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946.tar.gz u-boot-imx-9fbdcf018e5f4bf78126c2f6df42d6f5bf91c946.tar.bz2 |
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')
-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 d79c83b..a2e42c4 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 |