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:
43f13e4
)
SMDK6400: fix the compiler error
author
Minkyu Kang
<mk7.kang@samsung.com>
Thu, 2 Jun 2011 21:27:01 +0000
(21:27 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 8 Jun 2011 20:10:03 +0000
(22:10 +0200)
This patch adds _end for fix following compiler error
arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk6400/u-boot-nand.lds
patch
|
blob
|
history
diff --git
a/board/samsung/smdk6400/u-boot-nand.lds
b/board/samsung/smdk6400/u-boot-nand.lds
index 21e1ed3b7a4919760d7b06e0257d1417f7c67b7b..f1628152d33d5dc0af5e8d82a6b9dd81b6644cc2 100644
(file)
--- a/
board/samsung/smdk6400/u-boot-nand.lds
+++ b/
board/samsung/smdk6400/u-boot-nand.lds
@@
-67,6
+67,8
@@
SECTIONS
*(.dynsym)
}
+ _end = .;
+
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)