* grub-core/boot/mips/loongson/fwstart.S: Add missing setting of high
half of $a0.
This commit is contained in:
parent
1fa097dc98
commit
2fb97ed37a
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-06-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/mips/loongson/fwstart.S: Add missing setting of high
|
||||
half of $a0.
|
||||
|
||||
2012-06-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
2012-06-23 Jordan Uggla <jordan.uggla@gmail.com>
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ retry_cs5536:
|
|||
sll $t4, $t4, 1
|
||||
|
||||
#ifndef FULOONG2F
|
||||
lui $a0, %hi(cs5536_found)
|
||||
bal message
|
||||
addiu $a0, $a0, %lo(cs5536_found)
|
||||
bal printhex
|
||||
|
|
Loading…
Reference in a new issue