]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/vpac270/u-boot-spl.lds
Replace __bss_end__ with __bss_end
[people/ms/u-boot.git] / board / vpac270 / u-boot-spl.lds
index 20161a46a64579d219e54b534b3f1fc04907f6f4..5d66c13a4bd38302fb34fcebd450fb8cd9bc6820 100644 (file)
@@ -82,7 +82,7 @@ SECTIONS
                __bss_start = .;
                *(.bss)
                 . = ALIGN(4);
-               __bss_end__ = .;
+               __bss_end = .;
        }
 
        /DISCARD/ : { *(.bss*) }