mirror of https://github.com/acidanthera/audk.git
Vlv2TbltDevicePkg: Set CAPSULE_ENABLE to TRUE
https://bugzilla.tianocore.org/show_bug.cgi?id=259 Set CAPSULE_ENABLE to TRUE so the standard Vlv2TbltDevicePkg platform builds can complete. Build_IFWI.bat assumes this flag is TRUE. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: David Wei <david.wei@intel.com> Cc: Mang Guo <mang.guo@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
6f5141430b
commit
eadc05bd92
|
@ -63,7 +63,7 @@ DEFINE SECURE_BOOT_ENABLE = TRUE
|
|||
DEFINE USER_IDENTIFICATION_ENABLE = FALSE
|
||||
DEFINE VARIABLE_INFO_ENABLE = FALSE
|
||||
DEFINE S3_ENABLE = TRUE
|
||||
DEFINE CAPSULE_ENABLE = FALSE
|
||||
DEFINE CAPSULE_ENABLE = TRUE
|
||||
DEFINE CAPSULE_RESET_ENABLE = TRUE
|
||||
DEFINE RECOVERY_ENABLE = FALSE
|
||||
DEFINE MICOCODE_CAPSULE_ENABLE = FALSE
|
||||
|
|
Loading…
Reference in New Issue