]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/adder/u-boot.lds
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / board / adder / u-boot.lds
index 25aaa7d8ff34f301713be6818c41a7f32c7b12ff..dc6dd7ae66fa68fb323b859f00f83e0a1c50e40f 100644 (file)
@@ -52,15 +52,12 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text          :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -118,6 +115,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);