summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 05:27:25 +0100
committerMichael Brown2007-01-14 05:27:25 +0100
commitb07161f397c3a29af4c891268f0fe7f1b08aefc5 (patch)
tree152760e5d4bdde8d257e09b8905d45bc7c2a9a17 /src/config.h
parentReplace image->entry with image->priv. (diff)
downloadipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.tar.gz
ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.tar.xz
ipxe-b07161f397c3a29af4c891268f0fe7f1b08aefc5.zip
Placeholder bzImage support
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 3748a4c0..4c1af385 100644
--- a/src/config.h
+++ b/src/config.h
@@ -108,6 +108,7 @@
#undef IMAGE_WINCE /* WinCE image support */
#define IMAGE_PXE /* PXE image support */
#define IMAGE_SCRIPT /* gPXE script image support */
+#define IMAGE_BZIMAGE /* Linux bzImage image support */
/* @END general.h */