X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fhymod%2Fu-boot.lds;h=1592f4f6e8ceeb6a9c2c1c82fb97794298e9106f;hb=c04bf5e9a45d7335681352faa125193258f8e976;hp=0897715a94ce9564d62e9d283196d7d08047359f;hpb=b919a3f2981109c9f2aaafe9c692dbb99f1c6366;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 = .); }