aboutsummaryrefslogtreecommitdiff
path: root/nand_spl/board
diff options
context:
space:
mode:
authorSughosh Ganu <urwithsughosh@gmail.com>2011-04-10 10:16:08 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:10 +0200
commit9a290466db90940ad9069509576043f65cc0728b (patch)
treee56f277a97d19366b1fb24530e42a558efe40409 /nand_spl/board
parentfb6e1f1b9d0621be4efc3e6a1b66efac4fc0fe37 (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>
Diffstat (limited to 'nand_spl/board')
-rw-r--r--nand_spl/board/davinci/da8xxevm/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/nand_spl/board/davinci/da8xxevm/u-boot.lds b/nand_spl/board/davinci/da8xxevm/u-boot.lds
index c86117b9d..638ffd931 100644
--- a/nand_spl/board/davinci/da8xxevm/u-boot.lds
+++ b/nand_spl/board/davinci/da8xxevm/u-boot.lds
@@ -68,6 +68,8 @@ SECTIONS
__got_end = .;
+ _end = .;
+
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }