summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bzimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/include/bzimage.h')
-rw-r--r--src/arch/i386/include/bzimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/i386/include/bzimage.h b/src/arch/i386/include/bzimage.h
index 42b31fe4..ccf8e353 100644
--- a/src/arch/i386/include/bzimage.h
+++ b/src/arch/i386/include/bzimage.h
@@ -86,11 +86,11 @@ struct bzimage_header {
/** bzImage boot loader identifier for Etherboot */
#define BZI_LOADER_TYPE_ETHERBOOT 0x40
-/** bzImage boot loader identifier for gPXE
+/** bzImage boot loader identifier for iPXE
*
* We advertise ourselves as Etherboot version 6.
*/
-#define BZI_LOADER_TYPE_GPXE ( BZI_LOADER_TYPE_ETHERBOOT | 0x06 )
+#define BZI_LOADER_TYPE_IPXE ( BZI_LOADER_TYPE_ETHERBOOT | 0x06 )
/** bzImage "load high" flag */
#define BZI_LOAD_HIGH 0x01