From: Sughosh Ganu <urwithsughosh@gmail.com>
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: v2025.01-rc5-pxa1908~19535^2~8
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=9a290466db90940ad9069509576043f65cc0728b;p=u-boot.git

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>
---

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) }