aboutsummaryrefslogtreecommitdiff
path: root/nand_spl
diff options
context:
space:
mode:
authorseedshope <bocui107@gmail.com>2011-05-01 07:05:37 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2011-05-26 19:30:31 +0900
commit920c428d0a871eb6fe1c127a0b01385b1c56b0c2 (patch)
tree4a17de3081120b83e84c62017118767a02d3c15e /nand_spl
parent810423f405f32873675335c60ea9c3df1e8d3449 (diff)
Add _end for the end of u-boot image for SMDK6400
Since we rename _end to __bss_end__, But we need add _end symbol for the end of u-boot image. Signed-off-by: Zhong Hongbo <bocui107@gmail.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'nand_spl')
-rw-r--r--nand_spl/board/samsung/smdk6400/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds
index 0153e0e09..567f63516 100644
--- a/nand_spl/board/samsung/smdk6400/u-boot.lds
+++ b/nand_spl/board/samsung/smdk6400/u-boot.lds
@@ -67,6 +67,8 @@ SECTIONS
*(.dynsym)
}
+ _end = .;
+
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)