From 9a290466db90940ad9069509576043f65cc0728b Mon Sep 17 00:00:00 2001
From: Sughosh Ganu <urwithsughosh@gmail.com>
Date: Sun, 10 Apr 2011 10:16:08 +0000
Subject: [PATCH] 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>
---
 nand_spl/board/davinci/da8xxevm/u-boot.lds | 2 ++
 1 file changed, 2 insertions(+)

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