]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5235evb/u-boot.32
Rename lib_generic/ to lib/
[karo-tx-uboot.git] / board / freescale / m5235evb / u-boot.32
index 9b72f66c688cf0d6b52db74ff0dc0c265d9f1219..cbf2249255371cc9384a932efb6704b6a99ccb8d 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 OUTPUT_ARCH(m68k)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib);
 /* Do we need any of these for elf?
    __DYNAMIC = 0;    */
 SECTIONS
@@ -34,11 +33,11 @@ SECTIONS
   .dynsym        : { *(.dynsym)                }
   .dynstr        : { *(.dynstr)                }
   .rel.text      : { *(.rel.text)              }
-  .rela.text     : { *(.rela.text)     }
+  .rela.text     : { *(.rela.text)     }
   .rel.data      : { *(.rel.data)              }
-  .rela.data     : { *(.rela.data)     }
-  .rel.rodata    : { *(.rel.rodata)    }
-  .rela.rodata   : { *(.rela.rodata)   }
+  .rela.data     : { *(.rela.data)     }
+  .rel.rodata    : { *(.rel.rodata)    }
+  .rela.rodata   : { *(.rela.rodata)   }
   .rel.got       : { *(.rel.got)               }
   .rela.got      : { *(.rela.got)              }
   .rel.ctors     : { *(.rel.ctors)     }
@@ -61,7 +60,7 @@ SECTIONS
     cpu/mcf523x/cpu_init.o     (.text)
     cpu/mcf523x/interrupts.o   (.text)
     cpu/mcf523x/speed.o                (.text)
-    lib_m68k/libm68k.a         (.text)
+    arch/m68k/lib/libm68k.a            (.text)
     common/dlmalloc.o          (.text)
     common/cmd_bootm.o         (.text)
     common/cmd_flash.o         (.text)
@@ -69,10 +68,10 @@ SECTIONS
     common/cmd_mem.o           (.text)
     common/console.o           (.text)
     common/main.o              (.text)
-    lib_generic/libgeneric.a   (.text)
+    lib/libgeneric.a   (.text)
 
     . = DEFINED(env_offset) ? env_offset : .;
-    common/environment.o       (.text)
+    common/env_embedded.o      (.text)
 
     *(.text)
     *(.fixup)