X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fsnmc%2Fqs860t%2Fu-boot.lds;h=3334a44f618abbd4339ba541da2d3951547f5d9d;hb=412665b46134f93464c09405e02f08ac9c62526d;hp=18f962cfa5801fd2f9cee4a7220afa0a71609e96;hpb=4c25761337570e63e9e2631a81de221e692251e3;p=u-boot diff --git a/board/snmc/qs860t/u-boot.lds b/board/snmc/qs860t/u-boot.lds index 18f962cfa5..3334a44f61 100644 --- a/board/snmc/qs860t/u-boot.lds +++ b/board/snmc/qs860t/u-boot.lds @@ -69,7 +69,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -93,6 +93,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }