summaryrefslogtreecommitdiffstats
path: root/board/imgtec/malta
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2016-05-16 10:52:13 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:36:39 +0200
commit4685d4e90d615adbca417826a7b777ec431e48a5 (patch)
treec3e815a87c17764e293d9841dfe80029adbee632 /board/imgtec/malta
parentc52ebea1ccb6f8cdd0b1d883056d215c715a5920 (diff)
downloadblackbird-obmc-uboot-4685d4e90d615adbca417826a7b777ec431e48a5.tar.gz
blackbird-obmc-uboot-4685d4e90d615adbca417826a7b777ec431e48a5.zip
malta: Remove ".set mips32" directive
We always build for a mips32 or higher ISA, so this ".set mips32" directive is redundant. Once MIPSr6 support is added it will become harmful since some instruction encodings change & this directive will cause the older encodings to be incorrectly emitted instead of the appropriate ones for the build. In preparation for supporting MIPSr6, remove this redundant directive. Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'board/imgtec/malta')
-rw-r--r--board/imgtec/malta/lowlevel_init.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/imgtec/malta/lowlevel_init.S b/board/imgtec/malta/lowlevel_init.S
index ae09c27d07..534db1d832 100644
--- a/board/imgtec/malta/lowlevel_init.S
+++ b/board/imgtec/malta/lowlevel_init.S
@@ -24,7 +24,6 @@
.text
.set noreorder
- .set mips32
.globl lowlevel_init
lowlevel_init:
OpenPOWER on IntegriCloud