]> git.sur5r.net Git - u-boot/blobdiff - board/emk/top860/u-boot.lds.debug
Rename lib_generic/ to lib/
[u-boot] / board / emk / top860 / u-boot.lds.debug
index 5d97095c12a431879a778c8a186219e5ca8b7320..6ca72980e30ef8a034eb111e65a5ce1f81bb709a 100644 (file)
@@ -57,15 +57,14 @@ SECTIONS
 
     cpu/mpc8xx/start.o (.text)
     common/dlmalloc.o  (.text)
-    lib_generic/vsprintf.o     (.text)
-    lib_generic/crc32.o                (.text)
-    lib_ppc/extable.o  (.text)
+    lib/vsprintf.o     (.text)
+    lib/crc32.o                (.text)
+    arch/ppc/lib/extable.o     (.text)
 
     . = env_offset;
-    common/environment.o(.text)
+    common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;