Browse Source

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>
Sughosh Ganu 14 years ago
parent
commit
9a290466db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      nand_spl/board/davinci/da8xxevm/u-boot.lds

+ 2 - 0
nand_spl/board/davinci/da8xxevm/u-boot.lds

@@ -68,6 +68,8 @@ SECTIONS
 
 	__got_end = .;
 
+	_end = .;
+
 	. = ALIGN(4);
 	__bss_start = .;
 	.bss : { *(.bss) }