libpayload/defconfig: Set default heap size to 1MiB
libpayload's drivers keep growing. With certain hardware/payload combinations (last time witnessed with Kontron/bSL6 and FILO), the default configuration runs out of memory. As there is a lot enabled by default, also set a big default heap size. Tested with FILO on QEMU/Q35. Change-Id: I51a1514097aeb8b3c835a2387db66869b81d0bcc Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44176 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
c5fb088d0e
commit
363cd1d886
|
@ -5,4 +5,4 @@ CONFIG_LP_USB_UHCI=y
|
||||||
CONFIG_LP_USB_OHCI=y
|
CONFIG_LP_USB_OHCI=y
|
||||||
CONFIG_LP_USB_EHCI=y
|
CONFIG_LP_USB_EHCI=y
|
||||||
CONFIG_LP_USB_XHCI=y
|
CONFIG_LP_USB_XHCI=y
|
||||||
CONFIG_LP_HEAP_SIZE=262144
|
CONFIG_LP_HEAP_SIZE=1048576
|
||||||
|
|
Loading…
Reference in New Issue