From b5390acac0831ebc0c57b3604ce94a934fd0dd3c Mon Sep 17 00:00:00 2001 From: Kan Yan Date: Thu, 21 Apr 2016 18:30:20 -0700 Subject: soc/qualcomm/ipq40xx: Increase HEAP size. Increase the HEAP size to handle large vpd data. BUG=chrome-os-partner:50499 TEST=board with vpd data no longer showing out of memory error BRANCH=none Change-Id: Ia0793a626c3500c3469c608bae987ae15a176016 Signed-off-by: Patrick Georgi Original-Commit-Id: 12090652d2b70ec553a4f59fe9917a1b3b204579 Original-Change-Id: I1ead4c104b27cf678c68132b0ab08e32c15790b2 Original-Signed-off-by: Kan Yan Original-Reviewed-on: https://chromium-review.googlesource.com/340267 Original-Commit-Ready: Nicolas Boichat Original-Reviewed-by: David Hendricks Reviewed-on: https://review.coreboot.org/14682 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/soc/qualcomm/ipq40xx/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/qualcomm') diff --git a/src/soc/qualcomm/ipq40xx/Kconfig b/src/soc/qualcomm/ipq40xx/Kconfig index 48497be5ac..b93f879f82 100644 --- a/src/soc/qualcomm/ipq40xx/Kconfig +++ b/src/soc/qualcomm/ipq40xx/Kconfig @@ -55,4 +55,8 @@ config SBL_UTIL_PATH help Path for utils to combine SBL_ELF and bootblock +config HEAP_SIZE + hex + default 0x8000 + endif -- cgit v1.2.3