* kern/mips/startup.S (grub_prefix): Update comment to refer to
grub-mkimage rather than grub-mkelfimage. * kern/powerpc/ieee1275/startup.S (grub_prefix): Likewise.
This commit is contained in:
parent
0677694455
commit
f86a4030ed
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-08-23 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* kern/mips/startup.S (grub_prefix): Update comment to refer to
|
||||
grub-mkimage rather than grub-mkelfimage.
|
||||
* kern/powerpc/ieee1275/startup.S (grub_prefix): Likewise.
|
||||
|
||||
2010-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* term/at_keyboard.c (grub_at_keyboard_getkey_noblock): Don't discard
|
||||
|
|
|
@ -148,7 +148,7 @@ compressed:
|
|||
|
||||
VARIABLE(grub_prefix)
|
||||
|
||||
/* to be filled by grub-mkelfimage */
|
||||
/* to be filled by grub-mkimage */
|
||||
|
||||
/*
|
||||
* Leave some breathing room for the prefix.
|
||||
|
|
|
@ -33,7 +33,7 @@ _start:
|
|||
. = _start + GRUB_KERNEL_MACHINE_PREFIX
|
||||
|
||||
VARIABLE(grub_prefix)
|
||||
/* to be filled by grub-mkelfimage */
|
||||
/* to be filled by grub-mkimage */
|
||||
|
||||
/*
|
||||
* Leave some breathing room for the prefix.
|
||||
|
|
Loading…
Reference in a new issue