diff --git a/Kconfig b/Kconfig index 7accdad79d20abe4ae5af333fd7900a48cedf0b4..6957097499d1d07b2aba2db526a6f1be0f7fd66d 100644 --- a/Kconfig +++ b/Kconfig @@ -132,6 +132,7 @@ config SYS_MALLOC_F config SYS_MALLOC_F_LEN hex "Size of malloc() pool before relocation" depends on SYS_MALLOC_F + default 0x1000 if AM33XX default 0x400 help Before relocation, memory is very limited on many platforms. Still,