aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/coreboot_ram.ld2
1 files changed, 1 insertions, 1 deletions
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);
}