X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcogent%2Fu-boot.lds;h=1f006d786704abf4819724a77b5b95c262d06cc3;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=357f59da7ed53806d8890ed88c1f6bf08a8e9cc3;hpb=6579d15c58e2b6b051f126ea8b77dd767252aa14;p=u-boot diff --git a/board/cogent/u-boot.lds b/board/cogent/u-boot.lds index 357f59da7e..1f006d7867 100644 --- a/board/cogent/u-boot.lds +++ b/board/cogent/u-boot.lds @@ -97,6 +97,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }