From: Mattijs Korpershoek Date: Thu, 5 Aug 2021 15:17:20 +0000 (+0200) Subject: configs: meson64: permit redefining SYS_MALLOC_LEN X-Git-Tag: v2021.10~57^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5d0296861a9a546e6636fa335b693eb60fd8d59;p=platform%2Fkernel%2Fu-boot.git configs: meson64: permit redefining SYS_MALLOC_LEN Permit redefining SYS_MALLOC_LEN for board specific configs. This is especially useful for Android with AVB, which requires a malloc length of 128M. Signed-off-by: Guillaume La Roque Signed-off-by: Mattijs Korpershoek Acked-by: Neil Armstrong Signed-off-by: Neil Armstrong --- diff --git a/include/configs/meson64.h b/include/configs/meson64.h index fb7f16d..f9bb024 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -32,7 +32,9 @@ #define CONFIG_CPU_ARMV8 #define CONFIG_REMAKE_ELF #define CONFIG_SYS_MAXARGS 32 +#ifndef CONFIG_SYS_MALLOC_LEN #define CONFIG_SYS_MALLOC_LEN (32 << 20) +#endif #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_SDRAM_BASE 0