]> git.sur5r.net Git - u-boot/blobdiff - board/jornada/u-boot.lds
spear: fix build errors for spear3xx/spear600 platforms
[u-boot] / board / jornada / u-boot.lds
index de6101e4358bd801b2c6f7d77b55d8f040aaf0d5..c75b21fcec02ef21f88af6474ca161d4aa7e19fc 100644 (file)
@@ -54,5 +54,5 @@ SECTIONS
        . = ALIGN(4);
        __bss_start = .;
        .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
-       _end = .;
+       __bss_end__ = .;
 }