From: Michael Brown Date: Fri, 22 Mar 2013 13:58:54 +0000 (+0000) Subject: [efi] Enable "cpuid" command by default for EFI X-Git-Tag: v1.20.1~1549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f75ee9ddba3b9b6760700287267d300fad5e136;p=thirdparty%2Fipxe.git [efi] Enable "cpuid" command by default for EFI Signed-off-by: Michael Brown --- 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 */