[PATCH 2/5] MIPS: barebox.lds.S: drop unneeded '_start = .'
Antony Pavlov
antonynpavlov at gmail.com
Fri May 5 04:34:32 PDT 2017
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
arch/mips/lib/barebox.lds.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
index 8057634ddb..ffe846728f 100644
--- a/arch/mips/lib/barebox.lds.S
+++ b/arch/mips/lib/barebox.lds.S
@@ -27,7 +27,6 @@ SECTIONS
. = ALIGN(4);
.text :
{
- _start = .;
*(.text_entry*)
_stext = .;
_text = .;
--
2.11.0
More information about the barebox
mailing list