]> git.sur5r.net Git - u-boot/blobdiff - board/actux3/u-boot.lds
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
[u-boot] / board / actux3 / u-boot.lds
index 114e5a88a6ee2bf5f00f7ee9bb1bdc8427407bce..a69e7db9ca20d75141ffa8302bb40875278ebf68 100644 (file)
@@ -45,7 +45,7 @@ SECTIONS
 
        . = ALIGN (4);
        .rodata : {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
 
        . = ALIGN (4);
@@ -69,6 +69,7 @@ SECTIONS
        __bss_start =.;
        .bss (NOLOAD): {
                *(.bss)
+               . = ALIGN(4);
        }
        _end =.;
 }