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:
cb0090e
)
MPC8xx: fix build problem for ETX094 board
author
Wolfgang Denk
<wd@denx.de>
Sun, 4 Sep 2011 21:51:32 +0000
(21:51 +0000)
committer
Wolfgang Denk
<wd@denx.de>
Mon, 5 Sep 2011 09:20:33 +0000
(11:20 +0200)
Commit
58c583b
"net: Check network device driver name" increased the
code size and broke building for the ETX094 board.
Adjust the linker script to make it build again.
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/etx094/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/etx094/u-boot.lds
b/board/etx094/u-boot.lds
index d4cea0c27c078a1007894981c443ad091c4ca8a2..b00d2b3807bb5bba191bffa27b77c4c8345f14c2 100644
(file)
--- a/
board/etx094/u-boot.lds
+++ b/
board/etx094/u-boot.lds
@@
-37,7
+37,6
@@
SECTIONS
net/libnet.o (.text*)
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
*(.text.printf)
- *(.text.vprintf)
*(.text.vsprintf)
. = env_offset;