From: Wolfgang Denk Date: Thu, 19 Feb 2009 12:53:29 +0000 (+0100) Subject: TQM8xxL: make some room in low memory for future needs X-Git-Tag: v2009.03-rc1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32482be67775e00b4cbc49fba62347c1ecc6229c;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/board/tqc/tqm8xx/u-boot.lds b/board/tqc/tqm8xx/u-boot.lds index 5af36c9..5c9b26c 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)