X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=board%2Fspd8xx%2Fu-boot.lds.debug;h=11351176df97ecc34c99cc9b0cbc3c4eba36a20e;hb=d34d186ef9cf5a2e8030862cb5d281356046e6a1;hp=4155b604fb84b9d4df0eca28e05cc95d7ae1a581;hpb=f04821a8ca714459481bd9fd315af2b5f92d99a6;p=u-boot diff --git a/board/spd8xx/u-boot.lds.debug b/board/spd8xx/u-boot.lds.debug index 4155b604fb..11351176df 100644 --- a/board/spd8xx/u-boot.lds.debug +++ b/board/spd8xx/u-boot.lds.debug @@ -110,7 +110,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -133,6 +133,6 @@ SECTIONS *(.bss) *(COMMON) } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }