From fec2c4f47fde15d4731d448faa9dfa3a3230a307 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 1 Aug 2008 11:37:33 +0000 Subject: fix typo in coreboot_ram.ld comment (trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3446 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/coreboot_ram.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') 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); } -- cgit v1.2.3