Fix the issue of _end symbol not being found while building
authorSughosh Ganu <urwithsughosh@gmail.com>
Sun, 10 Apr 2011 10:16:08 +0000 (10:16 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:10 +0000 (19:38 +0200)
Fix the nand_spl build for the hawkboard

Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
nand_spl/board/davinci/da8xxevm/u-boot.lds

index c86117b9d6392ceb4eba2ffa64c0f321bfeab29b..638ffd931b8b6bcb49dfe165e46c142f40073dd4 100644 (file)
@@ -68,6 +68,8 @@ SECTIONS
 
        __got_end = .;
 
+       _end = .;
+
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }