X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fzipitz2%2Fu-boot.lds;h=e1a1ff1f65adb1b6d0ad3366f000bf940f01eaa4;hb=f179cc648930305ed5476e3fe1b99f0baa899475;hp=fb4358beeabcc2cdd1aba7fca2796cec25bfbb7f;hpb=b6c208ab1ebc2ac01e0029b8456210617ff67156;p=u-boot diff --git a/board/zipitz2/u-boot.lds b/board/zipitz2/u-boot.lds index fb4358beea..e1a1ff1f65 100644 --- a/board/zipitz2/u-boot.lds +++ b/board/zipitz2/u-boot.lds @@ -52,5 +52,5 @@ SECTIONS . = ALIGN(4); __bss_start = .; .bss (NOLOAD) : { *(.bss) . = ALIGN(4); } - _end = .; + __bss_end__ = .; }