summaryrefslogtreecommitdiffstats
path: root/board/tqc/tqm8xx
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2012-10-24 02:36:16 +0000
committerWolfgang Denk <wd@denx.de>2012-10-28 20:18:17 +0100
commit461d3800b476e34dee0924c4bd5bf490bf36784e (patch)
treee00c3160fd6f421a321eb56f3d15f501cbefe351 /board/tqc/tqm8xx
parent1b0757eceddf037aad99ab59217a3a5c215e15d1 (diff)
downloadblackbird-obmc-uboot-461d3800b476e34dee0924c4bd5bf490bf36784e.tar.gz
blackbird-obmc-uboot-461d3800b476e34dee0924c4bd5bf490bf36784e.zip
TQM8xx: adjust linker script to grown code size
Once more, some of the previous changes caused the code to grow, which causes errors like u-boot.lds:80 cannot move location counter backwards (from 400082a4 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/tqm8xx')
-rw-r--r--board/tqc/tqm8xx/u-boot.lds4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/tqc/tqm8xx/u-boot.lds b/board/tqc/tqm8xx/u-boot.lds
index 7cc41cd521..e1e1ccd482 100644
--- a/board/tqc/tqm8xx/u-boot.lds
+++ b/board/tqc/tqm8xx/u-boot.lds
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2000
+ * (C) Copyright 2000-2012
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -41,8 +41,6 @@ SECTIONS
drivers/net/libnet.o (.text*)
drivers/pcmcia/libpcmcia.o (.text.pcmcia_on)
drivers/pcmcia/libpcmcia.o (.text.pcmcia_hardware_enable)
- drivers/rtc/librtc.o (.text*)
- drivers/misc/libmisc.o (.text*)
. = DEFINED(env_offset) ? env_offset : .;
common/env_embedded.o (.ppcenv*)
OpenPOWER on IntegriCloud