X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fmousse%2Fu-boot.lds;h=5100542e733592cb6a585414a9f315444d7ffddb;hb=6258b04e9a41ee60f21547358a58fbcb9087735d;hp=8188873802661b32a544dec89485f9af9e3e3060;hpb=cb5473205206c7f14cbb1e747f28ec75b48826e2;p=u-boot diff --git a/board/mousse/u-boot.lds b/board/mousse/u-boot.lds index 8188873802..5100542e73 100644 --- a/board/mousse/u-boot.lds +++ b/board/mousse/u-boot.lds @@ -59,13 +59,10 @@ SECTIONS lib_generic/crc32.o (.text) lib_generic/zlib.o (.text) - *(.fixup) *(.got1) . = ALIGN(16); - *(.rodata) - *(.rodata1) - *(.rodata.str1.4) *(.eh_frame) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) }