Преглед изворни кода

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