]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MPC8xx: fix build problem for ETX094 board
authorWolfgang Denk <wd@denx.de>
Sun, 4 Sep 2011 21:51:32 +0000 (21:51 +0000)
committerWolfgang 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

index d4cea0c27c078a1007894981c443ad091c4ca8a2..b00d2b3807bb5bba191bffa27b77c4c8345f14c2 100644 (file)
@@ -37,7 +37,6 @@ SECTIONS
     net/libnet.o                       (.text*)
     arch/powerpc/cpu/mpc8xx/libmpc8xx.o        (.text*)
     *(.text.printf)
-    *(.text.vprintf)
     *(.text.vsprintf)
 
     . = env_offset;