[U-Boot] [PATCH] ETX094: adjust linker script due to grown code size

Wolfgang Denk wd at denx.de
Mon Mar 19 09:34:26 CET 2012


Recent bootstage commits made the code grow, which caused linker
errors.  Adjust the linker script to fix that.

Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 board/etx094/u-boot.lds |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds
index b00d2b3..8465937 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;
-- 
1.7.7.6



More information about the U-Boot mailing list