summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorMichael Brown2015-04-14 12:55:08 +0200
committerMichael Brown2015-04-14 12:55:08 +0200
commit6567511c3d2fe80a5fd8db28b75eadd81ef6316c (patch)
tree8e83479cf87999dd7a0ed80ca2d1b343014c272a /src/config/defaults
parent[efi] Add EFI entropy source (diff)
downloadipxe-6567511c3d2fe80a5fd8db28b75eadd81ef6316c.tar.gz
ipxe-6567511c3d2fe80a5fd8db28b75eadd81ef6316c.tar.xz
ipxe-6567511c3d2fe80a5fd8db28b75eadd81ef6316c.zip
[efi] Add EFI time source
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index 7b7777da..cdf41c54 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -20,7 +20,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define SANBOOT_NULL
#define BOFM_EFI
#define ENTROPY_EFI
-#define TIME_NULL
+#define TIME_EFI
#define REBOOT_EFI
#define IMAGE_EFI /* EFI image support */