From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ey0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RXs5P-0000ZE-CJ for barebox@lists.infradead.org; Tue, 06 Dec 2011 10:17:20 +0000 Received: by eaac10 with SMTP id c10so6186600eaa.36 for ; Tue, 06 Dec 2011 02:17:17 -0800 (PST) From: Antony Pavlov Date: Tue, 6 Dec 2011 14:17:11 +0400 Message-Id: <1323166631-14330-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] MIPS: provide __bss_stop in linker script To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- 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@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox