From 9692fd0f70258709e880ce9b75ef1b2dab55e75a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 19 Mar 2012 09:32:12 +0100 Subject: 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 --- board/etx094/u-boot.lds | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.1