summaryrefslogtreecommitdiffstats
path: root/board/tqc/tqm8xx
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-02-19 13:53:29 +0100
committerWolfgang Denk <wd@denx.de>2009-02-19 14:01:42 +0100
commit32482be67775e00b4cbc49fba62347c1ecc6229c (patch)
treeaba955c8317fc53d0e61902820eb0d20746ff29c /board/tqc/tqm8xx
parentc157cec3c3f6dfc194532b3a3ca87f85b642962a (diff)
downloadblackbird-obmc-uboot-32482be67775e00b4cbc49fba62347c1ecc6229c.tar.gz
blackbird-obmc-uboot-32482be67775e00b4cbc49fba62347c1ecc6229c.zip
TQM8xxL: make some room in low memory for future needs
THe TQM8xxL use a ahnd-optimized linker script to efficiently use the small boot sectors in the flash. This patch makes some room in the first sector to prepare for a size increase of lib_generic/vsprintf.o by a future patch. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/tqc/tqm8xx')
-rw-r--r--board/tqc/tqm8xx/u-boot.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tqc/tqm8xx/u-boot.lds b/board/tqc/tqm8xx/u-boot.lds
index 5af36c97ac..5c9b26cfd6 100644
--- a/board/tqc/tqm8xx/u-boot.lds
+++ b/board/tqc/tqm8xx/u-boot.lds
@@ -63,7 +63,6 @@ SECTIONS
lib_generic/crc32.o (.text)
lib_generic/zlib.o (.text)
lib_ppc/cache.o (.text)
- lib_ppc/time.o (.text)
. = DEFINED(env_offset) ? env_offset : .;
common/env_embedded.o (.ppcenv)
OpenPOWER on IntegriCloud