summaryrefslogtreecommitdiffstats
path: root/board/hermes
diff options
context:
space:
mode:
authorwdenk <wdenk>2002-12-07 00:20:59 +0000
committerwdenk <wdenk>2002-12-07 00:20:59 +0000
commit7c7a23bd5a0bc149d2edd665ec46381726b24e0c (patch)
treed859f82ea2561180db2ffd7569f0b9007d710769 /board/hermes
parent1f53a41603b9093c59741f4208fef0ab3790d6ce (diff)
downloadblackbird-obmc-uboot-7c7a23bd5a0bc149d2edd665ec46381726b24e0c.tar.gz
blackbird-obmc-uboot-7c7a23bd5a0bc149d2edd665ec46381726b24e0c.zip
* Patch by Hans-Joerg Frieden, 06 Dec 2002
Fix misc problems with AmigaOne support * Patch by Chris Hallinan, 3 Dec 2002: minor cleanup to the MPC8245 EPIC driver * Patch by Pierre Aubert , 28 Nov 2002 Add support for external (SIU) interrupts on MPC8xx * Patch by Pierre Aubert , 28 Nov 2002 Fix nested syscalls bug in standalone applications * Patch by David Müller, 27 Nov 2002: fix output of "pciinfo" command for CardBus bridge devices. * Fix bug in TQM8260 board detection - boards got stuck when board ID was not readable
Diffstat (limited to 'board/hermes')
-rw-r--r--board/hermes/u-boot.lds10
1 files changed, 6 insertions, 4 deletions
diff --git a/board/hermes/u-boot.lds b/board/hermes/u-boot.lds
index 517a354ba6..11f55f3bcb 100644
--- a/board/hermes/u-boot.lds
+++ b/board/hermes/u-boot.lds
@@ -56,11 +56,13 @@ SECTIONS
/* WARNING - the following is hand-optimized to fit within */
/* the sector layout of our flash chips! XXX FIXME XXX */
- cpu/mpc8xx/start.o (.text)
- common/dlmalloc.o (.text)
- lib_ppc/ppcstring.o (.text)
- cpu/mpc8xx/interrupts.o (.text)
+ cpu/mpc8xx/start.o (.text)
+ common/dlmalloc.o (.text)
+ cpu/mpc8xx/interrupts.o (.text)
lib_ppc/time.o (.text)
+ lib_ppc/ticks.o (.text)
+ lib_ppc/cache.o (.text)
+ lib_generic/crc32.o (.text)
. = env_offset;
common/environment.o(.text)
OpenPOWER on IntegriCloud