ppc4xx: Add missing APC405 to MAKEALL
[oweals/u-boot.git] / board / trab / u-boot.lds
index c3d5c49a9b2b1a1e2d5c2de3255acc16db39973b..cd50e85242c4af99b43ef11f65a08e57ed95cb4b 100644 (file)
@@ -32,10 +32,10 @@ SECTIONS
        . = ALIGN(4);
        .text      :
        {
-         cpu/arm920t/start.o   (.text)
-         lib_generic/zlib.o    (.text)
-         lib_generic/crc32.o   (.text)
-         lib_generic/string.o  (.text)
+         arch/arm/cpu/arm920t/start.o  (.text)
+         lib/zlib.o    (.text)
+         lib/crc32.o   (.text)
+         lib/string.o  (.text)
 
        . = DEFINED(env_offset) ? env_offset : .;
          common/env_embedded.o (.ppcenv)