X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2FRRvision%2Fu-boot.lds;h=84bb763c7bdd3fcb64b35342486593e951d65733;hb=45a4d4d35ab64991e47807563b629e7624e40fd8;hp=748e5113ef61859566fdada7f573490bbaaf8bd5;hpb=c68436fa427a69ea308d74c410067507d6c7103b;p=u-boot diff --git a/board/RRvision/u-boot.lds b/board/RRvision/u-boot.lds index 748e5113ef..84bb763c7b 100644 --- a/board/RRvision/u-boot.lds +++ b/board/RRvision/u-boot.lds @@ -74,7 +74,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -98,6 +98,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }