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/mainboard/sifive/hifive-unleashed/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/sifive') diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index 7f9300f2a7..7bc3b0bcbb 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -10,9 +10,6 @@ config BOARD_SPECIFIC_OPTIONS select FLATTENED_DEVICE_TREE select SPI_SDCARD -config HEAP_SIZE - default 0x10000 - config MAINBOARD_DIR default "sifive/hifive-unleashed" -- cgit v1.2.3