config: qemu: increase SYS_MALLOC_F_LEN
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Jun 2020 09:54:00 +0000 (11:54 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jun 2020 15:24:36 +0000 (11:24 -0400)
commit5b60326b6e52a59c13e3a8f94622cb5ebbecb54c
tree91b699499468bd5c983231feab4985139c1526c3
parent1fae74125b644bb7f21e4afef3b9084c58e7863a
config: qemu: increase SYS_MALLOC_F_LEN

Several configutation options require additional memory before relocation:

* CONSOLE_RECORD
* LOG
* RSA

The current default of 0x400 is too small to encompass them all. Increase
the value of SYS_MALLOC_F_LEN to 0x2000 for ARCH_QEMU.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Kconfig