X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fevb64260%2Fu-boot.lds;h=44c61eb82cb9419e7559944e4212e456ee6e7088;hp=eac9c070e3ab42e449f1dc64c27b7df0143b14d9;hb=3c47f2f4871c345c20b9d986b11fec550ef6cc9f;hpb=c7656bab411433f987baa2288eff8c78ddc0f378 diff --git a/board/evb64260/u-boot.lds b/board/evb64260/u-boot.lds index eac9c070e3..44c61eb82c 100644 --- a/board/evb64260/u-boot.lds +++ b/board/evb64260/u-boot.lds @@ -73,7 +73,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -97,6 +97,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }