Merge branch 'master' of /home/wd/git/u-boot/custodians
[oweals/u-boot.git] / board / cm5200 / u-boot.lds
index 87f37de16440559f681ab8186415a050b45dc07a..5887f774e92fb6131e29e4787652b2e2f646010a 100644 (file)
@@ -52,13 +52,10 @@ SECTIONS
   {
     cpu/mpc5xxx/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)   }
@@ -116,6 +113,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);