X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Fm5235evb%2Fu-boot.lds;h=f11d4831bea07603e4f44b7d6f180dd784c3f762;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=00932ae68de2bdb276fffc052b6cbfa416bc1745;hpb=8b493a52367623f36e628e4ab2cf8ee082b655e0;p=u-boot diff --git a/board/freescale/m5235evb/u-boot.lds b/board/freescale/m5235evb/u-boot.lds index 00932ae68d..f11d4831be 100644 --- a/board/freescale/m5235evb/u-boot.lds +++ b/board/freescale/m5235evb/u-boot.lds @@ -71,7 +71,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } . = .; @@ -96,6 +96,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }