From acbc4912375085a099c2427def464d6e481f2a90 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 6 Nov 2023 17:22:34 +0000 Subject: Revert "Kconfig: Bring HEAP_SIZE to a common, large value" This reverts commit 44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6. Reason for revert: It breaks wakeup from suspend on a bunch of boards. While this approach of eyeballing "correct" values by chipset _should_ be fixed, it should also be accompanied by compile time verification that the memory map works out. Since nobody seems to care enough, let's just revert this, instead of keeping the tree broken for a bunch of configurations. Change-Id: I3cd73b6ce8b15f06d3480a03ab472dcd444d7ccc Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/78850 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Nico Huber Reviewed-by: Subrata Banik --- src/mainboard/sifive/hifive-unleashed/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/sifive/hifive-unleashed/Kconfig') diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index 7bc3b0bcbb..7f9300f2a7 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -10,6 +10,9 @@ 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