commit | 936fa70ae58ae0cc2e7f8bd375a4e49c995d83a0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Jun 07 11:54:00 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 15 11:24:36 2020 -0400 |
tree | 91b699499468bd5c983231feab4985139c1526c3 | |
parent | e980ae1dc4933f2d69281ed00eaa7021f26cd643 [diff] |
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>