X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fhermes%2Fu-boot.lds;h=8e5896375931dcc690caa8b1fa46647dac0def4b;hb=45a4d4d35ab64991e47807563b629e7624e40fd8;hp=f02eb1c2aa1fc1ff7b42622e01d8be4d7a60bd8a;hpb=f04821a8ca714459481bd9fd315af2b5f92d99a6;p=u-boot diff --git a/board/hermes/u-boot.lds b/board/hermes/u-boot.lds index f02eb1c2aa..8e58963759 100644 --- a/board/hermes/u-boot.lds +++ b/board/hermes/u-boot.lds @@ -75,7 +75,7 @@ SECTIONS . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -99,6 +99,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }