]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/boot/mips/yeeloong/fwstart.S: Fix address to error message.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 10 Apr 2011 09:57:19 +0000 (11:57 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 10 Apr 2011 09:57:19 +0000 (11:57 +0200)
Remove now unused string.

ChangeLog
grub-core/boot/mips/yeeloong/fwstart.S

index 4c46f89960450f41302eb58894cdb11524bab86b..1bb8cf27823ccc5dbcc3149ebcceb87b90231e6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/boot/mips/yeeloong/fwstart.S: Fix address to error message.
+       Remove now unused string.
+
 2011-04-09  Colin Watson  <cjwatson@ubuntu.com>
 
        * docs/grub-dev.texi (Finding your way around): Update for 1.99
index 42545840183328421f36c99dc80eecdfc3067788..e2aa79759b8e93e28200a96b96a06691b3721bc3 100644 (file)
@@ -120,7 +120,7 @@ __start:
        ori $t0, $zero, GRUB_SMBUS_SPD_MEMORY_TYPE_DDR2
        lui $a0, %hi(unimplemented_memory_type)
        bne $t0, $v0, fatal
-        addiu $a0, $a0, %hi(unimplemented_memory_type)
+        addiu $a0, $a0, %lo(unimplemented_memory_type)
 
        /* And here is our goal: DDR2 controller initialisation.  */
         lui    $t0, %hi(GRUB_CPU_LOONGSON_CORECFG)
@@ -379,7 +379,6 @@ read_spd_fail:
         ori $v0, $v0, 0x100
 
 notification_string:   .asciz "GRUB "
-no_cs5536:     .asciz "No CS5536 found.\n\r"
 cs5536_found:  .asciz "CS5536 at "
 sm_failed: .asciz "SM transaction failed.\n\r"
 unhandled_tlb_refill:  .asciz "Unhandled TLB refill.\n\r"