diff --git a/src/config/coreboot_ram.ld b/src/config/coreboot_ram.ld index 5af6e74100..2ee9ba9c55 100644 --- a/src/config/coreboot_ram.ld +++ b/src/config/coreboot_ram.ld @@ -98,7 +98,7 @@ SECTIONS _estack = .; _heap = .; .heap . : { - /* Reserve 256K for the heap */ + /* Reserve HEAP_SIZE bytes for the heap */ . = HEAP_SIZE ; . = ALIGN(4); }