]> git.sur5r.net Git - u-boot/commitdiff
malta: Remove ".set mips32" directive
authorPaul Burton <paul.burton@imgtec.com>
Mon, 16 May 2016 09:52:13 +0000 (10:52 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 20 May 2016 23:36:39 +0000 (01:36 +0200)
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>
board/imgtec/malta/lowlevel_init.S

index ae09c27d07ec61d1743e89ceafff94fda82fa2dd..534db1d83245b010a086fc8523741ce2235068cd 100644 (file)
@@ -24,7 +24,6 @@
 
        .text
        .set noreorder
-       .set mips32
 
        .globl  lowlevel_init
 lowlevel_init: