]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/avr32/cpu/u-boot.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / arch / avr32 / cpu / u-boot.lds
index 0b16d2a883d9bc3e9303889962ee73bf8aaee018..d0964248125be6abebb8eea96dfab8a5975a085b 100644 (file)
@@ -68,5 +68,5 @@ SECTIONS
                *(.bss.*)
        }
        . = ALIGN(8);
-       __bss_end__ = .;
+       __bss_end = .;
 }