* grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3
to avoid asm treating ld and sd as macros.
This commit is contained in:
parent
60ddfad3da
commit
91bbcc0cb6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-05-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3
|
||||||
|
to avoid asm treating ld and sd as macros.
|
||||||
|
|
||||||
2011-05-13 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-05-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/boot/mips/startup_raw.S: Flush cache after loading
|
* grub-core/boot/mips/startup_raw.S: Flush cache after loading
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
.set noreorder
|
.set noreorder
|
||||||
.set noat
|
.set noat
|
||||||
.set nomacro
|
.set nomacro
|
||||||
|
.set mips3
|
||||||
|
|
||||||
.global start,_start,__start
|
.global start,_start,__start
|
||||||
start:
|
start:
|
||||||
|
|
Loading…
Add table
Reference in a new issue