From: Sughosh Ganu Date: Sun, 10 Apr 2011 10:16:08 +0000 (+0000) Subject: Fix the issue of _end symbol not being found while building X-Git-Tag: v2011.06-rc1~131^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9a290466db90940ad9069509576043f65cc0728b;p=u-boot Fix the issue of _end symbol not being found while building Fix the nand_spl build for the hawkboard Signed-off-by: Sughosh Ganu --- diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds index c86117b9d6..638ffd931b 100644 --- a/nand_spl/board/davinci/da8xxevm/u-boot.lds +++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds @@ -68,6 +68,8 @@ SECTIONS __got_end = .; + _end = .; + . = ALIGN(4); __bss_start = .; .bss : { *(.bss) }