]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - onenand_ipl/board/apollon/u-boot.onenand.lds
common/lcd: fix build breakage for at91sam9x5ek and trats boards
[karo-tx-uboot.git] / onenand_ipl / board / apollon / u-boot.onenand.lds
index c8b00a15bd4bf00ca139b7bd5f74d7c693f24b7d..721d2f5949b932a63bdb0e4e6d417900e6e120d2 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data : { *(.data) }
@@ -49,5 +49,5 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) . = ALIGN(4); }
-       _end = .;
+       __bss_end__ = .;
 }