]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/u-boot-flashenv.lds
Move arch/ppc to arch/powerpc
[u-boot] / board / gen860t / u-boot-flashenv.lds
index 8215a230c7f64a85fd7b3348026be124e98690b1..35e92d11140d5ea167be0e34820093a64adf1c8d 100644 (file)
@@ -55,18 +55,15 @@ SECTIONS
   .plt           : { *(.plt)           }
   .text :
   {
-    cpu/mpc8xx/start.o (.text)
+    arch/powerpc/cpu/mpc8xx/start.o    (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
   }
   _etext = .;
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -125,6 +122,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;