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:
7a2063b
)
EP88x: fix broken linker script
author
Wolfgang Denk
<wd@denx.de>
Wed, 3 Jun 2009 22:31:07 +0000
(
00:31
+0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 9 Jun 2009 21:10:01 +0000
(23:10 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
board/ep88x/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/ep88x/u-boot.lds
b/board/ep88x/u-boot.lds
index dd62e5866858c8a72cc26776aff8ffc5d18be72e..b3849deda29a66c9daacd0577dcfd893adebd6f0 100644
(file)
--- a/
board/ep88x/u-boot.lds
+++ b/
board/ep88x/u-boot.lds
@@
-90,11
+90,13
@@
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 = .;