X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Kconfig;h=6957097499d1d07b2aba2db526a6f1be0f7fd66d;hb=90e407ae01838692bacfbcbcb83d0fb33f3ba7e7;hp=7accdad79d20abe4ae5af333fd7900a48cedf0b4;hpb=4f67b93fb7f558dbdd5f7a3e763ec19b6ec62460;p=u-boot diff --git a/Kconfig b/Kconfig index 7accdad79d..6957097499 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,