Author: stepan Date: 2008-08-01 13:37:33 +0200 (Fri, 01 Aug 2008) New Revision: 3446
Modified: trunk/coreboot-v2/src/config/coreboot_ram.ld Log: fix typo in coreboot_ram.ld comment (trivial)
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/config/coreboot_ram.ld =================================================================== --- trunk/coreboot-v2/src/config/coreboot_ram.ld 2008-08-01 11:36:40 UTC (rev 3445) +++ trunk/coreboot-v2/src/config/coreboot_ram.ld 2008-08-01 11:37:33 UTC (rev 3446) @@ -98,7 +98,7 @@ _estack = .; _heap = .; .heap . : { - /* Reserve 256K for the heap */ + /* Reserve HEAP_SIZE bytes for the heap */ . = HEAP_SIZE ; . = ALIGN(4); }