From c8a695550f819b8c61c8f8a13d622402ef684f99 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 16 Jan 2024 17:04:55 +0000 Subject: Reland "Kconfig: Bring HEAP_SIZE to a common, large value" This reverts commit acbc4912375085a099c2427def464d6e481f2a90. Reason for revert: CB:79525 fixes the issue that led to the revert by not maintaining the heap in the SMM-stored copy of ramstage at all. Change-Id: I3c8ef785486d275c9341859d34fce12253bd2bb9 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/80023 Reviewed-by: Sean Rhodes Reviewed-by: Subrata Banik Reviewed-by: Julius Werner Reviewed-by: Matt DeVillier Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 5cb9a1a0ed..7867f44e96 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -759,8 +759,7 @@ config RTC config HEAP_SIZE hex - default 0x100000 if FLATTENED_DEVICE_TREE - default 0x4000 + default 0x100000 config STACK_SIZE hex -- cgit v1.2.3