* 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:
Colin Watson 2010-08-23 12:55:47 +01:00
parent 0677694455
commit f86a4030ed
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.