summaryrefslogtreecommitdiff
path: root/board/hermes/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/hermes/u-boot.lds')
-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)