SPEAr : Support added for SPEAr310 board
[oweals/u-boot.git] / board / actux1 / u-boot.lds
index ae9b36c64c7f2648041bbaeda29ce3b5f55b8d8f..836775f0feec6e8e26dae16012a3643b8d035dc0 100644 (file)
@@ -43,7 +43,7 @@ SECTIONS
 
        . = ALIGN (4);
        .rodata : {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        . = ALIGN (4);
        .data : {
@@ -64,6 +64,7 @@ SECTIONS
        __bss_start =.;
        .bss (NOLOAD): {
                *(.bss)
+               . = ALIGN(4);
        }
        _end =.;
 }