mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 13:56:20 +00:00
MPC8xx: fix build problem for ETX094 board
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>
This commit is contained in:
parent
cb0090e804
commit
f0e494988f
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ SECTIONS
|
||||||
net/libnet.o (.text*)
|
net/libnet.o (.text*)
|
||||||
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
|
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
|
||||||
*(.text.printf)
|
*(.text.printf)
|
||||||
*(.text.vprintf)
|
|
||||||
*(.text.vsprintf)
|
*(.text.vsprintf)
|
||||||
|
|
||||||
. = env_offset;
|
. = env_offset;
|
||||||
|
|
Loading…
Add table
Reference in a new issue