aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-04-22 20:46:27 -0500
committerJulius Werner <jwerner@chromium.org>2019-04-24 20:42:52 +0000
commit0987e43aa05bfbafbfdd4952638b79a5084369f8 (patch)
tree450aa53520aed3116eacb6509cac39cbe98ca1e9 /src/Kconfig
parentc60a830e448180935a0b3405f7e74421a9ad6882 (diff)
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>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 62b3818fe4..90c724ebb5 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -428,6 +428,7 @@ config RTC
config HEAP_SIZE
hex
+ default 0x100000 if FLATTENED_DEVICE_TREE
default 0x4000
config STACK_SIZE