X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fhymod%2Fu-boot.lds;h=1592f4f6e8ceeb6a9c2c1c82fb97794298e9106f;hb=c04bf5e9a45d7335681352faa125193258f8e976;hp=0897715a94ce9564d62e9d283196d7d08047359f;hpb=9d62f20d0861ef87460d073dc189c851715b46ae;p=u-boot diff --git a/board/hymod/u-boot.lds b/board/hymod/u-boot.lds index 0897715a94..1592f4f6e8 100644 --- a/board/hymod/u-boot.lds +++ b/board/hymod/u-boot.lds @@ -140,6 +140,6 @@ SECTIONS common/env_embedded.o (.ppcenv) } . = ALIGN(4); - _end = . ; + __bss_end__ = . ; PROVIDE (end = .); }