]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5412c12f1da8bfc8b7d9709718e98f2569cf7ff1
tree91b699499468bd5c983231feab4985139c1526c3
parentf0dbec940d027de8c233becee40dea58d9893643
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