X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2FRRvision%2Fu-boot.lds;h=84bb763c7bdd3fcb64b35342486593e951d65733;hb=345be0b26734c560e8b33531ab21a1272179c5c3;hp=838537375b3fefd55c8cb2359787b2553282d3fb;hpb=9dd5dad88777a7c6a63f8c103706b57364a135f4;p=karo-tx-uboot.git diff --git a/board/RRvision/u-boot.lds b/board/RRvision/u-boot.lds index 838537375b..84bb763c7b 100644 --- a/board/RRvision/u-boot.lds +++ b/board/RRvision/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 = .); }