MdeModulePke: DxeCore NotifyFwVolBlock() function issue

Fix DxeCore NotifyFwVolBlock() function to make sure FV protocol is installed for all valid PI FV images.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16496 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Liming Gao 2014-12-10 08:45:44 +00:00 committed by lgao4
parent 61959fa9ba
commit 684a565a04
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ NotifyFwVolBlock (
// //
Status = GetFwVolHeader (Fvb, &FwVolHeader); Status = GetFwVolHeader (Fvb, &FwVolHeader);
if (EFI_ERROR (Status)) { if (EFI_ERROR (Status)) {
return; continue;
} }
ASSERT (FwVolHeader != NULL); ASSERT (FwVolHeader != NULL);