X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Famcc%2Facadia%2Fu-boot-nand.lds;h=e9f026fb7e56b2da850105a411d9943fcb746248;hb=3d11444c42a9f72953f258dd58248e39c659292d;hp=beba978f8385d790933e694aab3da65ed6204395;hpb=c68436fa427a69ea308d74c410067507d6c7103b;p=u-boot diff --git a/board/amcc/acadia/u-boot-nand.lds b/board/amcc/acadia/u-boot-nand.lds index beba978f83..e9f026fb7e 100644 --- a/board/amcc/acadia/u-boot-nand.lds +++ b/board/amcc/acadia/u-boot-nand.lds @@ -74,7 +74,7 @@ SECTIONS . = .; .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } . = .; @@ -98,6 +98,6 @@ SECTIONS . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }