diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-31 20:04:40 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-31 20:08:03 +0000 |
commit | 1306c9d2e36d1760ebb79020aec305bf5b4bc7ad (patch) | |
tree | ec0d114eb5da25b6bc2b09af39cc62c3e1fb8f37 /config/coreboot/gru_kevin | |
parent | d218088d8b9164d5349ebcfcc744ea4c48399cc1 (diff) |
Revert "coreboot/default: use alternative heap size fix"
This reverts commit 29e9c32e32f8e947f51a3efe375dab3ef8e1987e.
Diffstat (limited to 'config/coreboot/gru_kevin')
-rw-r--r-- | config/coreboot/gru_kevin/config/libgfxinit_corebootfb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/coreboot/gru_kevin/config/libgfxinit_corebootfb b/config/coreboot/gru_kevin/config/libgfxinit_corebootfb index 17ea0504..cf36cf35 100644 --- a/config/coreboot/gru_kevin/config/libgfxinit_corebootfb +++ b/config/coreboot/gru_kevin/config/libgfxinit_corebootfb @@ -675,6 +675,7 @@ CONFIG_PS2M_EISAID="PNP0F13" CONFIG_TTYS0_BAUD=115200 CONFIG_D3COLD_SUPPORT=y CONFIG_PC_CMOS_BASE_PORT_BANK1=0x72 +CONFIG_HEAP_SIZE=0x4000 CONFIG_EC_GPE_SCI=0x50 # CONFIG_TPM_MEASURED_BOOT is not set CONFIG_BOARD_ROMSIZE_KB_8192=y @@ -703,7 +704,6 @@ CONFIG_ROM_SIZE=0x00800000 # SoC # CONFIG_CHIPSET_DEVICETREE="" -CONFIG_HEAP_SIZE=0x80000 CONFIG_ARM64_BL31_EXTERNAL_FILE="" CONFIG_ARCH_ARMV8_EXTENSION=0 CONFIG_STACK_SIZE=0x0 |