X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ficu862%2Fu-boot.lds;h=6e4939b8bf9c086994e965bf8dc32a33157c4663;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=6778eb13add674fcd6fa4091f466ae5e776ec704;hpb=3e4d27b06d7484040355e22eec2cbce7335d6dab;p=u-boot diff --git a/board/icu862/u-boot.lds b/board/icu862/u-boot.lds index 6778eb13ad..6e4939b8bf 100644 --- a/board/icu862/u-boot.lds +++ b/board/icu862/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 = .); }