mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
MPC8xx: Make SPD823TS board build again
Commit e59e356
"TFTP: net/tftp.c: add server mode receive" caused the
size of some object files to grow which breaks the manually optimized
linking for the SPD823TS board. Adjust linker script as needed.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
7a82c20814
commit
b777f39c31
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ SECTIONS
|
|||
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
|
||||
net/libnet.o (.text*)
|
||||
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
|
||||
board/spd8xx/libspd8xx.o (.text*)
|
||||
*(.text.v*printf)
|
||||
|
||||
. = DEFINED(env_offset) ? env_offset : .;
|
||||
|
|
Loading…
Add table
Reference in a new issue