diff mbox

[U-Boot] MPC8xx: Make SPD823TS board build again

Message ID 1305969194-11721-1-git-send-email-wd@denx.de
State Accepted
Commit b777f39c31b8f875a8aa5703975886e23306ee03
Headers show

Commit Message

Wolfgang Denk May 21, 2011, 9:13 a.m. UTC
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>
---
 board/spd8xx/u-boot.lds |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk May 22, 2011, 9:45 p.m. UTC | #1
Dear Wolfgang Denk,

In message <1305969194-11721-1-git-send-email-wd@denx.de> you wrote:
> 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>
> ---
>  board/spd8xx/u-boot.lds |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/board/spd8xx/u-boot.lds b/board/spd8xx/u-boot.lds
index 950e1e6..a84e7fd 100644
--- a/board/spd8xx/u-boot.lds
+++ b/board/spd8xx/u-boot.lds
@@ -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 : .;