Rename lib_generic/ to lib/
[platform/kernel/u-boot.git] / board / siemens / pcu_e / u-boot.lds.debug
index 2ee8237..251ee9b 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 = .;