summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/alderlake/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@coreboot.org>2023-10-06 19:57:08 +0200
committerPatrick Georgi <patrick@coreboot.org>2023-10-11 12:09:01 +0000
commit44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6 (patch)
tree4379827366fc36fce07c4d5177bcb9019207424b /src/soc/intel/alderlake/Kconfig
parent42f15054b178efe9a4d1c8a4e0c203d1aa4aad01 (diff)
downloadcoreboot-44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6.tar.gz
coreboot-44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6.tar.bz2
coreboot-44a48ce7a46c36df69f7b2cf3552bf10fa5f61b6.zip
Kconfig: Bring HEAP_SIZE to a common, large value
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 <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78270 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/alderlake/Kconfig')
-rw-r--r--src/soc/intel/alderlake/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 82ec8f263ea0..4b960c1d2240 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -215,11 +215,6 @@ config IED_REGION_SIZE
hex
default 0x400000
-config HEAP_SIZE
- hex
- default 0x80000 if BMP_LOGO
- default 0x10000
-
config GFX_GMA_DEFAULT_MMIO
default 0xaf000000 if MAINBOARD_HAS_EARLY_LIBGFXINIT