X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Fm53017evb%2Fu-boot.lds;h=c40c565922d25f43db57694867e7a9ac320cbccb;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=d25a36f6518763a4db6b9d09f9df235380ef2c12;hpb=c68436fa427a69ea308d74c410067507d6c7103b;p=u-boot diff --git a/board/freescale/m53017evb/u-boot.lds b/board/freescale/m53017evb/u-boot.lds index d25a36f651..c40c565922 100644 --- a/board/freescale/m53017evb/u-boot.lds +++ b/board/freescale/m53017evb/u-boot.lds @@ -74,7 +74,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } . = .; @@ -99,6 +99,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }