diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-03-22 13:58:54 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-03-22 13:58:54 +0000 |
commit | 9f75ee9ddba3b9b6760700287267d300fad5e136 (patch) | |
tree | a972921f697874bdcd42317ea286ded71b8ade0d /src/config/defaults | |
parent | e68a6ca225115a8796e6d63ffc32856043e25886 (diff) | |
download | ipxe-9f75ee9ddba3b9b6760700287267d300fad5e136.tar.gz |
[efi] Enable "cpuid" command by default for EFI
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/efi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index c453e89a4..7385aeabc 100644 --- a/src/config/defaults/efi.h +++ b/src/config/defaults/efi.h @@ -25,5 +25,6 @@ #define IMAGE_SCRIPT /* iPXE script image support */ #define REBOOT_CMD /* Reboot command */ +#define CPUID_CMD /* x86 CPU feature detection command */ #endif /* CONFIG_DEFAULTS_EFI_H */ |