]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MPC8xx: Make SPD823TS board build again
authorWolfgang Denk <wd@denx.de>
Fri, 20 May 2011 23:13:14 +0000 (23:13 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 22 May 2011 21:45:14 +0000 (23:45 +0200)
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

index 950e1e6e2cb8af441c37015cab6392fc794ef77d..a84e7fd35b90df98ba5678787e42a5671fe5fbff 100644 (file)
@@ -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 : .;