summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2017-05-05 14:34:31 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2017-05-08 12:59:48 +0200
commit32ef0116d2043944c851a2f940d66aa976612988 (patch)
tree7e5531d430a672dab1eeb39badf2c93085939dc9
parente5f2191e7b6920e67dd45b34d9b1c86d04456ffa (diff)
downloadbarebox-32ef0116d2043944c851a2f940d66aa976612988.tar.gz
barebox-32ef0116d2043944c851a2f940d66aa976612988.tar.xz
MIPS: start*.S: drop redundant .text
`.text' is equivalent to the `.section .text' directive. The `.text' directive just before `.section ".text_bare_init"' or just before `.section ".text_head_entry"' is redundant so drop it. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/mips/boot/start-pbl.S1
-rw-r--r--arch/mips/boot/start.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/boot/start-pbl.S b/arch/mips/boot/start-pbl.S
index b6d127a039..d6e8231a73 100644
--- a/arch/mips/boot/start-pbl.S
+++ b/arch/mips/boot/start-pbl.S
@@ -25,7 +25,6 @@
#include <board/board_pbl_start.h>
.set noreorder
- .text
.section ".text_head_entry"
.align 4
diff --git a/arch/mips/boot/start.S b/arch/mips/boot/start.S
index 1ddce9533e..0828ee4927 100644
--- a/arch/mips/boot/start.S
+++ b/arch/mips/boot/start.S
@@ -20,7 +20,6 @@
#include <asm/pbl_macros.h>
.set noreorder
- .text
.section ".text_bare_init"
.align 4