From: Wolfgang Denk <wd@denx.de>
Date: Sun, 4 Sep 2011 21:51:32 +0000 (+0000)
Subject: MPC8xx: fix build problem for ETX094 board
X-Git-Tag: v2025.01-rc5-pxa1908~19101
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=f0e494988f988f29a47cb25b548c9acbbfe2fbc1;p=u-boot.git

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>
---

diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds
index d4cea0c27c..b00d2b3807 100644
--- a/board/etx094/u-boot.lds
+++ b/board/etx094/u-boot.lds
@@ -37,7 +37,6 @@ SECTIONS
     net/libnet.o			(.text*)
     arch/powerpc/cpu/mpc8xx/libmpc8xx.o	(.text*)
     *(.text.printf)
-    *(.text.vprintf)
     *(.text.vsprintf)
 
     . = env_offset;