projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
471eec5
)
MX31: mx31pdk: fix nand_spl
author
Stefano Babic
<sbabic@denx.de>
Sun, 3 Apr 2011 00:01:49 +0000
(
00:01
+0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:07 +0000
(19:38 +0200)
Commit
f326cbba98bae21d41df8daac0bd78121d557af1
breaks mx31pdk,
as the _end section in u-boot.lds is missing for the nand_spl
production.
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
nand_spl/board/freescale/mx31pdk/u-boot.lds
patch
|
blob
|
history
diff --git
a/nand_spl/board/freescale/mx31pdk/u-boot.lds
b/nand_spl/board/freescale/mx31pdk/u-boot.lds
index 324a932fb22300a61d9e429a1b4542b396b178be..d2b08f60c59c7597299ebab1c3002e02ebbdf6e8 100644
(file)
--- a/
nand_spl/board/freescale/mx31pdk/u-boot.lds
+++ b/
nand_spl/board/freescale/mx31pdk/u-boot.lds
@@
-63,6
+63,8
@@
SECTIONS
*(.dynsym)
}
+ _end = .;
+
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)