[coreboot] r3446 - trunk/coreboot-v2/src/config

svn at coreboot.org svn at coreboot.org
Fri Aug 1 13:37:34 CEST 2008


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 at coresystems.de>
Acked-by: Stefan Reinauer <stepan at 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);
         }





More information about the coreboot mailing list