X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcogent%2Fu-boot.lds;h=1f006d786704abf4819724a77b5b95c262d06cc3;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=2a6027f814d83ab4707c1043d888b6c5062fe9ab;hpb=c7656bab411433f987baa2288eff8c78ddc0f378;p=u-boot diff --git a/board/cogent/u-boot.lds b/board/cogent/u-boot.lds index 2a6027f814..1f006d7867 100644 --- a/board/cogent/u-boot.lds +++ b/board/cogent/u-boot.lds @@ -73,7 +73,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -97,6 +97,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }