]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/purple/u-boot.lds
MX31: Added support for the Casio COM57H5M10XRC to QONG
[karo-tx-uboot.git] / board / purple / u-boot.lds
index 04a641a4739b820c8fb7672fbed51caa9ce66b23..1881e651c018fdd1f6b1259427330825d12060b8 100644 (file)
@@ -34,13 +34,13 @@ SECTIONS
        . = ALIGN(4);
        .text       :
        {
-         cpu/mips/start.o              (.text)
+         arch/mips/cpu/start.o         (.text)
          board/purple/lowlevel_init.o  (.text)
-         cpu/mips/cache.o              (.text)
+         arch/mips/cpu/cache.o         (.text)
          common/main.o                 (.text)
          common/dlmalloc.o             (.text)
          common/cmd_boot.o             (.text)
-         lib_generic/zlib.o            (.text)
+         lib/zlib.o            (.text)
          . = DEFINED(env_offset) ? env_offset : .;
          common/env_embedded.o (.ppcenv)