]> git.sur5r.net Git - u-boot/blobdiff - board/esd/pmc440/u-boot-nand.lds
ppc4xx: Replace 4xx lowercase SPR references
[u-boot] / board / esd / pmc440 / u-boot-nand.lds
index 6608e659203ecc4faca88d7f7984b2edb371abc0..b580e0bd10c4da744a3c676061450ff23ec2be79 100644 (file)
@@ -69,9 +69,7 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -129,6 +127,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
 
   _end = . ;