]> git.sur5r.net Git - u-boot/blobdiff - board/netphone/u-boot.lds
Move arch/ppc to arch/powerpc
[u-boot] / board / netphone / u-boot.lds
index 4b17a1f76512471c1af3ed4e58d86def97fa853f..77aebe6b49a2bea871ad216f5adc92c28f4eaae5 100644 (file)
@@ -52,15 +52,15 @@ SECTIONS
   .plt         : { *(.plt)             }
   .text        :
   {
-    cpu/mpc8xx/start.o         (.text)
-    cpu/mpc8xx/traps.o         (.text)
+    arch/powerpc/cpu/mpc8xx/start.o            (.text)
+    arch/powerpc/cpu/mpc8xx/traps.o            (.text)
     common/dlmalloc.o          (.text)
-    arch/ppc/lib/ppcstring.o           (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
-    lib_generic/zlib.o         (.text)
-    arch/ppc/lib/cache.o               (.text)
-    arch/ppc/lib/time.o                (.text)
+    arch/powerpc/lib/ppcstring.o               (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
+    lib/zlib.o         (.text)
+    arch/powerpc/lib/cache.o           (.text)
+    arch/powerpc/lib/time.o            (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
     common/env_embedded.o      (.text)