* grub-core/boot/mips/yeeloong/fwstart.S (no_cs5536): Put back

improperly removed string.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-10 16:12:31 +02:00
parent 5ca1a64de6
commit 335bda1e57
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-04-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/boot/mips/yeeloong/fwstart.S (no_cs5536): Put back
improperly removed string.
2011-04-10 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_data): New member

View file

@ -379,6 +379,7 @@ 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"