src/Kconfig: increase heap size if using flattened image tree

FIT support takes more heap memory than most coreboot payloads.

Change-Id: Id17f25e94d97e937b0e9a9cee3dd1a8aef1d525d
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32392
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Marty E. Plummer 2019-04-22 20:46:27 -05:00 committed by Julius Werner
parent c60a830e44
commit 0987e43aa0
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ config RTC
config HEAP_SIZE
hex
default 0x100000 if FLATTENED_DEVICE_TREE
default 0x4000
config STACK_SIZE