Rename lib_generic/ to lib/
[oweals/u-boot.git] / board / sc3 / u-boot.lds
index 75174e1b5d4431ac9e787773aa7d25cb2d46d375..fc7464eeeaa7c71be68649fa022a38bb4b542e86 100644 (file)
@@ -69,15 +69,14 @@ SECTIONS
     cpu/ppc4xx/cpu_init.o      (.text)
     cpu/ppc4xx/speed.o (.text)
     common/dlmalloc.o  (.text)
-    lib_generic/crc32.o                (.text)
-    lib_ppc/extable.o  (.text)
-    lib_generic/zlib.o         (.text)
+    lib/crc32.o                (.text)
+    arch/ppc/lib/extable.o     (.text)
+    lib/zlib.o         (.text)
 
 /*    . = env_offset;*/
 /*    common/env_embedded.o(.text)*/
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;