[PATCH 2/9] blackfin: provide __bss_stop in linker script
Sascha Hauer
s.hauer at pengutronix.de
Mon Jan 17 05:16:54 EST 2011
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/blackfin/boards/ipe337/barebox.lds.S | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/blackfin/boards/ipe337/barebox.lds.S b/arch/blackfin/boards/ipe337/barebox.lds.S
index 4299b82..571eeb1 100644
--- a/arch/blackfin/boards/ipe337/barebox.lds.S
+++ b/arch/blackfin/boards/ipe337/barebox.lds.S
@@ -82,6 +82,7 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
+ __bss_stop = .;
_end = .;
}
--
1.7.2.3
More information about the barebox
mailing list