]> git.sur5r.net Git - u-boot/blobdiff - board/gth2/u-boot.lds
OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
[u-boot] / board / gth2 / u-boot.lds
index 8265130ff97851736fa15a14275c412606906279..e6eee9b45af3d9cf040c15bd905c82f7124c765d 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata  : { *(.rodata) }
+       .rodata  : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data  : { *(.data) }
@@ -65,6 +65,6 @@ SECTIONS
 
        . = ALIGN(4);
        .sbss (NOLOAD)  : { *(.sbss) }
-       .bss (NOLOAD)  : { *(.bss) }
+       .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
        uboot_end = .;
 }