X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgen860t%2Fu-boot.lds;h=08fb4aa1fd8b7dd5dc9e3d0b51d35c7ec04d70fd;hb=1221b3d74a0d92f3fcb5ff3e8b6f721f562b8305;hp=be99b512088fc0a84425efcb73e7894dc79731b3;hpb=9dd5dad88777a7c6a63f8c103706b57364a135f4;p=u-boot diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index be99b51208..08fb4aa1fd 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -71,9 +71,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*))); + } . = .; @@ -96,6 +98,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }