MPC8xx: fix build problem for ETX094 board

Commit 7616e78 "Add Ethernet hardware MAC address framework to usbnet"
increased the code size and broke building for the ETX094 board.
Adjust the linker script to make it build again.

While we are at it, remove unused u-boot.lds.debug

Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds
index b68d9ea..d4cea0c 100644
--- a/board/etx094/u-boot.lds
+++ b/board/etx094/u-boot.lds
@@ -36,7 +36,9 @@
     arch/powerpc/cpu/mpc8xx/traps.o	(.text*)
     net/libnet.o			(.text*)
     arch/powerpc/cpu/mpc8xx/libmpc8xx.o	(.text*)
-    *(.text.*printf*)
+    *(.text.printf)
+    *(.text.vprintf)
+    *(.text.vsprintf)
 
     . = env_offset;
     common/env_embedded.o		(.text*)