From: Mattijs Korpershoek Date: Thu, 5 Aug 2021 15:17:21 +0000 (+0200) Subject: configs: meson64_android: increase SYS_MALLOC_LEN to 128M for AVB X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=285a83b12bdf;p=u-boot.git configs: meson64_android: increase SYS_MALLOC_LEN to 128M for AVB To prepare for AVB support, increase SYS_MALLOC_LEN to 128M. This value has been found by testing the following on khadas vim3l: => avb init => avb verify Signed-off-by: Mattijs Korpershoek Acked-by: Neil Armstrong Signed-off-by: Neil Armstrong --- diff --git a/include/configs/meson64_android.h b/include/configs/meson64_android.h index f9f2b26416..bc3ffb9ca5 100644 --- a/include/configs/meson64_android.h +++ b/include/configs/meson64_android.h @@ -9,6 +9,10 @@ #ifndef __MESON64_ANDROID_CONFIG_H #define __MESON64_ANDROID_CONFIG_H +#include + +#define CONFIG_SYS_MALLOC_LEN SZ_128M + #ifndef BOOT_PARTITION #define BOOT_PARTITION "boot" #endif