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>
master
Sughosh Ganu 13 years ago committed by Albert ARIBAUD
parent fb6e1f1b9d
commit 9a290466db
  1. 2
      nand_spl/board/davinci/da8xxevm/u-boot.lds

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

Loading…
Cancel
Save