From: Paul Burton <paul.burton@imgtec.com>
Date: Mon, 16 May 2016 09:52:13 +0000 (+0100)
Subject: malta: Remove ".set mips32" directive
X-Git-Tag: v2025.01-rc5-pxa1908~9433^2~1
X-Git-Url: http://git.dujemihanovic.xyz/posts?a=commitdiff_plain;h=4685d4e90d615adbca417826a7b777ec431e48a5;p=u-boot.git

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>
---

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: