]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ESTEEM192E: adjust linker script to grown code size
authorWolfgang Denk <wd@denx.de>
Wed, 24 Oct 2012 02:36:17 +0000 (02:36 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 28 Oct 2012 19:18:32 +0000 (20:18 +0100)
Once more, some of the previous changes caused the code to grow, which
causes errors like

u-boot.lds:74 cannot move location counter backwards (from 40008384 to 40008000)

when building with some older tool chains (like ELDK 4.2).
Adjust the linker script to make fit again.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Conn Clark <clark@esteem.com>
board/esteem192e/u-boot.lds

index 69f15000dbc6f8acb718e92804eee444054935fb..fe5cf095fcb3081d925f61a38a8779f5ada5e54e 100644 (file)
@@ -36,7 +36,6 @@ SECTIONS
     arch/powerpc/cpu/mpc8xx/traps.o    (.text*)
     net/libnet.o                       (.text*)
     board/esteem192e/libesteem192e.o   (.text*)
-    *(.text.*printf)
 
     . = env_offset;
     common/env_embedded.o              (.text*)