Fix the issue of _end symbol not being found while building

Fix the nand_spl build for the hawkboard

Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
This commit is contained in:
Sughosh Ganu 2011-04-10 10:16:08 +00:00 committed by Albert ARIBAUD
parent fb6e1f1b9d
commit 9a290466db

View File

@ -68,6 +68,8 @@ SECTIONS
__got_end = .;
_end = .;
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }