Skip to content
Snippets Groups Projects
Commit 285a83b1 authored by Mattijs Korpershoek's avatar Mattijs Korpershoek Committed by Neil Armstrong
Browse files

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: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
Acked-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
parent d5d02968
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment