X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ffreescale%2Fm5271evb%2Fu-boot.lds;h=82b67d50a9057dc6c7bf3addb672f1ff172bf9c9;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=133ec01036b8a04d7be97551078aa6d2f3c6e801;hpb=f04821a8ca714459481bd9fd315af2b5f92d99a6;p=u-boot diff --git a/board/freescale/m5271evb/u-boot.lds b/board/freescale/m5271evb/u-boot.lds index 133ec01036..82b67d50a9 100644 --- a/board/freescale/m5271evb/u-boot.lds +++ b/board/freescale/m5271evb/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 = .); }