diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vexpress_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 267b230fda6..47ea89df660 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -120,7 +120,7 @@ #define CONFIG_INITRD_TAG 1 /* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024) +#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 512 * 1024) /* >= 512 KiB */ #define SCTL_BASE V2M_SYSCTL #define VEXPRESS_FLASHPROG_FLVPPEN (1 << 0) |