diff options
| author | Mattijs Korpershoek <[email protected]> | 2021-08-05 17:17:21 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2021-08-10 10:43:54 +0200 |
| commit | 285a83b12bdf26f9ed9ebfa6f09ccf9b220e4c56 (patch) | |
| tree | 9d2e7c8551abb6ffe433fc946cc393847aa61b97 /include | |
| parent | d5d0296861a9a546e6636fa335b693eb60fd8d59 (diff) | |
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 <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/meson64_android.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/meson64_android.h b/include/configs/meson64_android.h index f9f2b264168..bc3ffb9ca5d 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 <linux/sizes.h> + +#define CONFIG_SYS_MALLOC_LEN SZ_128M + #ifndef BOOT_PARTITION #define BOOT_PARTITION "boot" #endif |
