X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2FRRvision%2Fu-boot.lds;h=84bb763c7bdd3fcb64b35342486593e951d65733;hb=45a4d4d35ab64991e47807563b629e7624e40fd8;hp=46134325d24be2ca0ef3fd6d0a50a6b423f4d68d;hpb=556751427b9b79266918e87f7399e1a6eea60096;p=u-boot diff --git a/board/RRvision/u-boot.lds b/board/RRvision/u-boot.lds index 46134325d2..84bb763c7b 100644 --- a/board/RRvision/u-boot.lds +++ b/board/RRvision/u-boot.lds @@ -71,13 +71,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*))); } @@ -101,6 +98,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }