]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* kern/mips/startup.S (grub_prefix): Update comment to refer to
authorColin Watson <cjwatson@ubuntu.com>
Mon, 23 Aug 2010 11:55:47 +0000 (12:55 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 23 Aug 2010 11:55:47 +0000 (12:55 +0100)
grub-mkimage rather than grub-mkelfimage.
* kern/powerpc/ieee1275/startup.S (grub_prefix): Likewise.

ChangeLog
kern/mips/startup.S
kern/powerpc/ieee1275/startup.S

index 758b5cb5fb6b0c2cbd00701d24d087e8d5fa48ed..241b59b76fbaf69e79300d9948ba52914f73448d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c67bb9742d6d3023717c915855d0ace2a8fb5d64..134853a9de05f7177d02152c6e12d925ff1851c8 100644 (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.
index 96d153778341bc6ff41d77b41df86d66b646d987..526df1d915da5e357662868f5080d962208bcc25 100644 (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.