]> git.sur5r.net Git - u-boot/blobdiff - board/munices/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / board / munices / u-boot.lds
index e9b3be8ea3b7b30c09038fe241c6d50c02d8af99..8db7f26a52b332b64839723e3041d636ca5ffc2f 100644 (file)
@@ -54,12 +54,9 @@ SECTIONS
   {
     cpu/mpc5xxx/start.o        (.text)
     *(.text)
-    *(.fixup)
     *(.got1)
     . = ALIGN(16);
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(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 = .);