From: Wolfgang Denk Date: Mon, 19 Mar 2012 08:32:12 +0000 (+0100) Subject: ETX094: adjust linker script due to grown code size X-Git-Tag: v2012.04-rc1~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9692fd0f70258709e880ce9b75ef1b2dab55e75a;p=u-boot ETX094: adjust linker script due to grown code size Recent bootstage commits made the code grow, which caused linker errors. Adjust the linker script to fix that. Signed-off-by: Wolfgang Denk --- diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds index b00d2b3807..8465937d10 100644 --- a/board/etx094/u-boot.lds +++ b/board/etx094/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*) - *(.text.printf) *(.text.vsprintf) . = env_offset;