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 @@ .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*)