X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Frsdproto%2Fu-boot.lds;h=240b9363c8db14e4b6dad2ce55988d18e2bbc05e;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=d43663c716bf3aa568e44d707478703e450b56fd;hpb=556751427b9b79266918e87f7399e1a6eea60096;p=u-boot diff --git a/board/rsdproto/u-boot.lds b/board/rsdproto/u-boot.lds index d43663c716..240b9363c8 100644 --- a/board/rsdproto/u-boot.lds +++ b/board/rsdproto/u-boot.lds @@ -97,13 +97,10 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -128,6 +125,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }