]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
TQM8xx: adjust linker script to grown code size
authorWolfgang Denk <wd@denx.de>
Wed, 26 Sep 2012 22:30:08 +0000 (22:30 +0000)
committerTom Rini <trini@ti.com>
Tue, 2 Oct 2012 18:55:45 +0000 (11:55 -0700)
Some of the previous changes caused the code to grow, which causes
errors like

u-boot.lds:76 cannot move location counter backwards (from 4000828c 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>
board/tqc/tqm8xx/u-boot.lds

index 4f08be61f1c0f131270c271cc3e4b0cc956c10c3..e905c26c6f0c5a2aeaffac92f8fe60163f601281 100644 (file)
@@ -43,8 +43,6 @@ SECTIONS
     drivers/pcmcia/libpcmcia.o         (.text.pcmcia_hardware_enable)
     drivers/rtc/librtc.o               (.text*)
     drivers/misc/libmisc.o             (.text*)
-    *(.text.print_buffer)
-    *(.text.print_size)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o      (.ppcenv*)