Signed-off-by: Antony Pavlov <antonynpavlov@xxxxxxxxx> --- arch/mips/lib/barebox.lds.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S index 7746ea0..a607284 100644 --- a/arch/mips/lib/barebox.lds.S +++ b/arch/mips/lib/barebox.lds.S @@ -71,6 +71,6 @@ SECTIONS . = ALIGN(4); __bss_start = .; .bss : { *(.bss*) } - __bss_end = .; + __bss_stop = .; _end = .; } -- 1.7.7.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox