mirror of https://github.com/acidanthera/audk.git
MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp"
Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Jiewen Yao <jiewen.yao@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>
This commit is contained in:
parent
69e259e5e9
commit
1bf23e6b7f
|
@ -1047,7 +1047,7 @@ RecordFmpCapsuleStatus (
|
|||
|
||||
//
|
||||
// Update EsrtEntry For V1, V2 FMP instance.
|
||||
// V3 FMP ESRT cache will be synced up through EsrtSyncFmp interface
|
||||
// V3 FMP ESRT cache will be synced up through SyncEsrtFmp interface
|
||||
//
|
||||
FmpImageInfoDescriptorVer = GetFmpImageInfoDescriptorVer (Handle);
|
||||
if (FmpImageInfoDescriptorVer < EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION) {
|
||||
|
|
Loading…
Reference in New Issue