X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgen860t%2Fu-boot.lds;h=08fb4aa1fd8b7dd5dc9e3d0b51d35c7ec04d70fd;hb=1221b3d74a0d92f3fcb5ff3e8b6f721f562b8305;hp=dd89c70f56fe028d2a99940dac7d11ff724755a9;hpb=8b493a52367623f36e628e4ab2cf8ee082b655e0;p=u-boot diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index dd89c70f56..08fb4aa1fd 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/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 = .); }