X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fcobra5272%2Fu-boot.lds;h=809a7055fd3a8af2a47c89b9375fd2ea61f18005;hb=412665b46134f93464c09405e02f08ac9c62526d;hp=d054f20bce087b4476d98e8f345ed8d966313949;hpb=8b493a52367623f36e628e4ab2cf8ee082b655e0;p=karo-tx-uboot.git diff --git a/board/cobra5272/u-boot.lds b/board/cobra5272/u-boot.lds index d054f20bce..809a7055fd 100644 --- a/board/cobra5272/u-boot.lds +++ b/board/cobra5272/u-boot.lds @@ -71,7 +71,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } . = .; @@ -96,6 +96,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }