From: Marek Vasut Date: Sat, 4 Apr 2020 10:45:03 +0000 (+0200) Subject: ARM: rmobile: Increase malloc area size X-Git-Tag: v2020.07-rc1~22^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80a624f2f06b2b314795d9191bb7e29cd84e7f13;p=oweals%2Fu-boot.git ARM: rmobile: Increase malloc area size Increase the malloc area size significantly to cater for bounce buffer used by the SDHI driver. Signed-off-by: Marek Vasut Cc: Daniel Schwierzeck Cc: Masahiro Yamada Cc: Peng Fan Cc: Simon Glass Cc: Tom Rini --- diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 6528f1fa62..8f400ba05a 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -47,7 +47,7 @@ #define CONFIG_SYS_MONITOR_BASE 0x00000000 #define CONFIG_SYS_MONITOR_LEN (1 * 1024 * 1024) -#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024) +#define CONFIG_SYS_MALLOC_LEN (64 * 1024 * 1024) #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* The HF/QSPI layout permits up to 1 MiB large bootloader blob */