]> git.sur5r.net Git - u-boot/blobdiff - board/zeus/u-boot.lds
OMAP3: Fix CKE1 MUX setting to allow self-refresh
[u-boot] / board / zeus / u-boot.lds
index d803625b5a96ce7ca019d44c92a1507e4cd524da..f86570d17ec88479314000aef79b4513e6eca8ad 100644 (file)
@@ -67,9 +67,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -126,6 +124,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);