]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/quantum/u-boot.lds
Move lib_$ARCH directories to arch/$ARCH/lib
[karo-tx-uboot.git] / board / quantum / u-boot.lds
index 55cb5eca3f9fefe2bd00f6257b84b5911534b1e5..c354ff82834991558b4be4547c51593a57b971ec 100644 (file)
@@ -57,7 +57,7 @@ SECTIONS
 
     cpu/mpc8xx/start.o (.text)
     common/dlmalloc.o  (.text)
-    lib_ppc/ppcstring.o        (.text)
+    arch/ppc/lib/ppcstring.o   (.text)
     lib_generic/vsprintf.o     (.text)
     lib_generic/crc32.o                (.text)
     lib_generic/zlib.o         (.text)
@@ -67,17 +67,14 @@ SECTIONS
     common/env_embedded.o(.text)
 
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }