projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5b2bb
)
MX25: tx25: Add _end section on nand_spl
author
Fabio Estevam
<festevam@gmail.com>
Sun, 3 Apr 2011 12:17:19 +0000
(12:17 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:07 +0000
(19:38 +0200)
Commit
f326cbb
(arm: fix incorrect monitor protection region in FLASH) missed to update
nand_spl/board/karo/tx25/u-boot.lds.
Add the _end section.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
nand_spl/board/karo/tx25/u-boot.lds
patch
|
blob
|
history
diff --git
a/nand_spl/board/karo/tx25/u-boot.lds
b/nand_spl/board/karo/tx25/u-boot.lds
index 324a932fb22300a61d9e429a1b4542b396b178be..d2b08f60c59c7597299ebab1c3002e02ebbdf6e8 100644
(file)
--- a/
nand_spl/board/karo/tx25/u-boot.lds
+++ b/
nand_spl/board/karo/tx25/u-boot.lds
@@
-63,6
+63,8
@@
SECTIONS
*(.dynsym)
}
+ _end = .;
+
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)