summaryrefslogtreecommitdiffstats
path: root/board/tqc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-09-26 22:30:08 +0000
committerTom Rini <trini@ti.com>2012-10-02 11:55:45 -0700
commit5ddc702ca5ceb763ed72416a3ff7d584f01f0dfd (patch)
treeb02be56aad4f699430e1c717bcdc7df4fed89d86 /board/tqc
parent0ffb941c292506c14ba4a868c1c44a1f18970b81 (diff)
downloadtalos-obmc-uboot-5ddc702ca5ceb763ed72416a3ff7d584f01f0dfd.tar.gz
talos-obmc-uboot-5ddc702ca5ceb763ed72416a3ff7d584f01f0dfd.zip
TQM8xx: adjust linker script to grown code size
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>
Diffstat (limited to 'board/tqc')
-rw-r--r--board/tqc/tqm8xx/u-boot.lds2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/tqc/tqm8xx/u-boot.lds b/board/tqc/tqm8xx/u-boot.lds
index 4f08be61f1..e905c26c6f 100644
--- a/board/tqc/tqm8xx/u-boot.lds
+++ b/board/tqc/tqm8xx/u-boot.lds
@@ -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*)
OpenPOWER on IntegriCloud