浏览代码

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 年之前
父节点
当前提交
9a290466db
共有 1 个文件被更改,包括 2 次插入0 次删除
  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) }