X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fnx823%2Fu-boot.lds.debug;h=a33b0a6f1a077e70d06ebd7d32d41691c3223e45;hb=dcfe863838becd4cf4dba4d89aef2332150fe90f;hp=92796e674448973b8237e56f5f07380f6d5d49e7;hpb=c68436fa427a69ea308d74c410067507d6c7103b;p=u-boot diff --git a/board/nx823/u-boot.lds.debug b/board/nx823/u-boot.lds.debug index 92796e6744..a33b0a6f1a 100644 --- a/board/nx823/u-boot.lds.debug +++ b/board/nx823/u-boot.lds.debug @@ -109,7 +109,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -132,6 +132,6 @@ SECTIONS *(.bss) *(COMMON) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }