]> git.proxmox.com Git - mirror_edk2.git/commit
FmpDevicePkg FmpDxe: Return 0 when LSV check is not required
authorStar Zeng <star.zeng@intel.com>
Thu, 19 Jul 2018 10:29:52 +0000 (18:29 +0800)
committerKinney, Michael D <michael.d.kinney@intel.com>
Thu, 2 Aug 2018 21:46:18 +0000 (14:46 -0700)
commit1bbb51266482f2b73771cb23a4180f5617bdcecb
tree076c65e1d8cf290bee03309a6ef8c8e9ae4301df
parente8619f82ce9522e573f5dd49bb2f2d516ae9ab1b
FmpDevicePkg FmpDxe: Return 0 when LSV check is not required

Current code return 1 when LSV check is not required,
but 1 LSV will make 0 Version capsule image update failed.

0 LSV is valid, this patch updates the code to return 0 when
LSV check is not required
We can see even the DEFAULT_LOWESTSUPPORTEDVERSION is 0.

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>
FmpDevicePkg/FmpDxe/FmpDxe.c