commit | 72b4cbd776e5ed7891dc2c0eeda79a3a9e5abc3e | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <urwithsughosh@gmail.com> | Sun Apr 10 10:16:08 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Apr 27 19:38:10 2011 +0200 |
tree | e56f277a97d19366b1fb24530e42a558efe40409 | |
parent | 860e2a7607f4cd57db3e92ab26941d78e69b38d1 [diff] |
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>
diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds index c86117b..638ffd9 100644 --- a/nand_spl/board/davinci/da8xxevm/u-boot.lds +++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds
@@ -68,6 +68,8 @@ __got_end = .; + _end = .; + . = ALIGN(4); __bss_start = .; .bss : { *(.bss) }