fix typo in coreboot_ram.ld comment (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3446 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2008-08-01 11:37:33 +00:00 committed by Stefan Reinauer
parent bba53ed1a7
commit fec2c4f47f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ SECTIONS
_estack = .;
_heap = .;
.heap . : {
/* Reserve 256K for the heap */
/* Reserve HEAP_SIZE bytes for the heap */
. = HEAP_SIZE ;
. = ALIGN(4);
}