From 9a290466db90940ad9069509576043f65cc0728b Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Sun, 10 Apr 2011 10:16:08 +0000 Subject: Fix the issue of _end symbol not being found while building Fix the nand_spl build for the hawkboard Signed-off-by: Sughosh Ganu --- nand_spl/board/davinci/da8xxevm/u-boot.lds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nand_spl') 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) } -- cgit v1.2.3