]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/CapsuleLib: remove ImageIndex check.
authorJiewen Yao <jiewen.yao@intel.com>
Thu, 22 Dec 2016 15:41:00 +0000 (23:41 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Fri, 23 Dec 2016 02:13:05 +0000 (10:13 +0800)
commita3850a1b45287d344d917ec7e0c09c4cbcaafdff
tree524816b8bd1224bf53b9d3177f03b50b49ccec9e
parentde5209d5db0b96c2a2c1572838e5fc1301f95aa9
MdeModulePkg/CapsuleLib: remove ImageIndex check.

UEFI specification does not require ImageIndex check,
it only requires ImageTypeId check.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c