diff options
author | Star Zeng <star.zeng@intel.com> | 2018-07-20 17:19:56 +0800 |
---|---|---|
committer | Kinney, Michael D <michael.d.kinney@intel.com> | 2018-08-02 14:46:18 -0700 |
commit | 954175e513c58f9b704e3d67284cd2b2631288e8 (patch) | |
tree | 3b1f857670aeddd3a29daf90f567c5a8274d21bd /FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull | |
parent | 1bbb51266482f2b73771cb23a4180f5617bdcecb (diff) | |
download | edk2-954175e513c58f9b704e3d67284cd2b2631288e8.tar.gz |
FmpDevicePkg: Remove IPF
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull')
-rw-r--r-- | FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf index c7c669e3e0..f92d88a7c1 100644 --- a/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf +++ b/FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf @@ -34,7 +34,7 @@ LIBRARY_CLASS = CapsuleUpdatePolicyLib
#
-# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64
+# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
#
[Sources]
|