summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorMichael Brown2011-02-17 01:31:38 +0100
committerMichael Brown2011-03-03 03:40:04 +0100
commit85eefad90ca714e2c5485fa3ae9b94a96790149f (patch)
treeb7ef344bd50a110707b76c4367c5f3342b388905 /src/config/defaults
parent[bofm] Add offline BOFM test facility (diff)
downloadipxe-85eefad90ca714e2c5485fa3ae9b94a96790149f.tar.gz
ipxe-85eefad90ca714e2c5485fa3ae9b94a96790149f.tar.xz
ipxe-85eefad90ca714e2c5485fa3ae9b94a96790149f.zip
[bofm] Add support for BOFM under EFI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 9c3f3ff3..693f55ad 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -16,6 +16,7 @@
#define UMALLOC_EFI
#define SMBIOS_EFI
#define SANBOOT_NULL
+#define BOFM_EFI
#define IMAGE_EFI /* EFI image support */
#define IMAGE_SCRIPT /* iPXE script image support */