]> git.sur5r.net Git - u-boot/blobdiff - board/hermes/u-boot.lds
* Patch by Hans-Joerg Frieden, 06 Dec 2002
[u-boot] / board / hermes / u-boot.lds
index 517a354ba67ee6716026d174791eb997ca6bdb49..11f55f3bcbf5b11e315e431825fc2e41f756df2f 100644 (file)
@@ -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)