]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/altera/dk1s10/u-boot.lds
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / altera / dk1s10 / u-boot.lds
index 8b01f45e551017863c96ec0aed87580a57028629..98ee8f83232f56471df79c8e05b91d8b85e4d95b 100755 (executable)
@@ -38,7 +38,7 @@ SECTIONS
        . = ALIGN(4);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        __rodata_end = .;
 
@@ -61,7 +61,7 @@ SECTIONS
 
        __bss_start = .;
        . = ALIGN(4);
-       .bss :
+       .bss (NOLOAD) :
        {
                *(.bss)
        }