projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
810423f
)
Add _end for the end of u-boot image for SMDK6400
author
seedshope
<bocui107@gmail.com>
Sun, 1 May 2011 07:05:37 +0000
(07:05 +0000)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Thu, 26 May 2011 10:30:31 +0000
(19:30 +0900)
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>
nand_spl/board/samsung/smdk6400/u-boot.lds
patch
|
blob
|
history
diff --git
a/nand_spl/board/samsung/smdk6400/u-boot.lds
b/nand_spl/board/samsung/smdk6400/u-boot.lds
index 0153e0e09b41f76d284c606a8b5e5204c2134b99..567f63516f87872e9506b5ffacc621efa9fc96be 100644
(file)
--- 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)