X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcogent%2Fu-boot.lds;h=1f006d786704abf4819724a77b5b95c262d06cc3;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=2393d8d8af67d02e351d843cd2f31483048561d0;hpb=afe0414b2e7cdd2d0536b2a45550758c62ee31e6;p=u-boot diff --git a/board/cogent/u-boot.lds b/board/cogent/u-boot.lds index 2393d8d8af..1f006d7867 100644 --- a/board/cogent/u-boot.lds +++ b/board/cogent/u-boot.lds @@ -70,9 +70,11 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + KEEP(*(SORT(.u_boot_list*))); + } . = .; @@ -95,6 +97,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }