Fix MIPS compilation.
* grub-core/boot/mips/startup_raw.S: Use GRUB_DECOMPRESSOR_* * include/grub/offsets.h: Rename decompressor fields from GRUB_KERNEL_* to GRUB_DECOMPRESSOR_*. * util/grub-mkimage.c (image_targets): Use new names.
This commit is contained in:
parent
5fbdac149b
commit
aa94b87027
4 changed files with 46 additions and 40 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-11-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix MIPS compilation.
|
||||
|
||||
* grub-core/boot/mips/startup_raw.S: Use GRUB_DECOMPRESSOR_*
|
||||
* include/grub/offsets.h: Rename decompressor fields from
|
||||
GRUB_KERNEL_* to GRUB_DECOMPRESSOR_*.
|
||||
* util/grub-mkimage.c (image_targets): Use new names.
|
||||
|
||||
2011-11-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Defer multiboot device parsing until we're in compressed part.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue