Using CONFIG_EFI instead of user defined HAS_EFI (#1036)

Co-authored-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
This commit is contained in:
gibarrasch
2021-02-17 20:31:12 -03:00
committed by GitHub
parent 79661752c4
commit 2c0c4c9fd1
+1 -1
View File
@@ -32,7 +32,7 @@ chipsec@intel.com
#include "include/chipsec.h"
#ifdef HAS_EFI
#ifdef CONFIG_EFI
#include <linux/efi.h>
#endif