From 9f75ee9ddba3b9b6760700287267d300fad5e136 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 22 Mar 2013 13:58:54 +0000 Subject: [PATCH] [efi] Enable "cpuid" command by default for EFI Signed-off-by: Michael Brown --- src/config/defaults/efi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h index c453e89a..7385aeab 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 */