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:
9964a4d
)
Fix 8641HPCN problem with ld version 2.16
author
Jon Loeliger
<jdl@freescale.com>
Tue, 12 Dec 2006 17:02:20 +0000
(11:02 -0600)
committer
Jon Loeliger
<jdl@freescale.com>
Thu, 22 Mar 2007 16:39:40 +0000
(11:39 -0500)
(Dot outside sections problem).
This fix is in the spirit of
807d5d7319330e336ab34a5623c5e0d73b87d540
.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
board/mpc8641hpcn/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/mpc8641hpcn/u-boot.lds
b/board/mpc8641hpcn/u-boot.lds
index b34de8e0ac9483f17c28b73d482bb1d2622ba876..13c1acf803a1bd64a1514196968aedc2cf51a0d9 100644
(file)
--- a/
board/mpc8641hpcn/u-boot.lds
+++ b/
board/mpc8641hpcn/u-boot.lds
@@
-120,10
+120,12
@@
SECTIONS
_edata = .;
PROVIDE (edata = .);
+ . = .;
__u_boot_cmd_start = .;
.u_boot_cmd : { *(.u_boot_cmd) }
__u_boot_cmd_end = .;
+ . = .;
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;