projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c157cec
)
TQM8xxL: make some room in low memory for future needs
author
Wolfgang Denk
<
[email protected]
>
Thu, 19 Feb 2009 12:53:29 +0000
(13:53 +0100)
committer
Wolfgang Denk
<
[email protected]
>
Thu, 19 Feb 2009 13:01:42 +0000
(14:01 +0100)
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 <
[email protected]
>
board/tqc/tqm8xx/u-boot.lds
patch
|
blob
|
history
diff --git
a/board/tqc/tqm8xx/u-boot.lds
b/board/tqc/tqm8xx/u-boot.lds
index 5af36c97aca09a3cb80cd573cb737653e4abf309..5c9b26cfd6c3453d9caa695987ab725077835d18 100644
(file)
--- 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)