From 44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 6 Oct 2023 19:57:08 +0200 Subject: Kconfig: Bring HEAP_SIZE to a common, large value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have a tiny HEAP_SIZE by default, except when we don't, and mainboards that override it, or not. Since memory isn't exactly at a premium these days, and unused heap doesn't cost anything extra, just crank it up to the highest value we have in the tree by default and remove all overrides. Change-Id: I918a6c58c02496e8074e5fba06e38d9cfd691020 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/78270 Reviewed-by: Subrata Banik Reviewed-by: Werner Zeh Reviewed-by: Kyösti Mälkki Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/cpu/qemu-x86/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/qemu-x86') diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index f3e2c4cea9..0fa999e1ac 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -35,7 +35,4 @@ config MAX_CPUS default 32 if SMM_TSEG default 4 -config HEAP_SIZE - default 0x8000 - endif -- cgit v1.2.3