fwstart: Fix loading of address of read_spd_fail.

This commit is contained in:
Vladimir Serbinenko 2015-07-22 21:42:41 +02:00
parent 63411b14be
commit 248bc1d0fc
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ read_spd:
move $t2, $a0
move $t3, $ra
lui $a0, %hi(read_spd_fail)
addiu $a0, $a0, %hi(read_spd_fail)
addiu $a0, $a0, %lo(read_spd_fail)
/* Send START. */
lui $t0, %hi(GRUB_CS5536_LBAR_SMBUS + GRUB_CS5536_SMB_REG_CTRL1 + GRUB_MACHINE_PCI_IO_BASE_2F)