[PATCH 5/5] x86 linker script: Add missing _text
Sascha Hauer
s.hauer at pengutronix.de
Thu Apr 5 02:53:49 EDT 2012
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/x86/lib/barebox.lds.S | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/lib/barebox.lds.S b/arch/x86/lib/barebox.lds.S
index 9798ed5..3315be2 100644
--- a/arch/x86/lib/barebox.lds.S
+++ b/arch/x86/lib/barebox.lds.S
@@ -144,6 +144,7 @@ SECTIONS
.text : AT ( LOADADDR(.bootstrapping) + SIZEOF(.bootstrapping) ) {
/* do not align here! It may fails with the LOADADDR! */
_stext = .;
+ _text = .;
*(.text_entry*)
__bare_init_start = .;
*(.text_bare_init*)
--
1.7.9.5
More information about the barebox
mailing list