Revision: 19578
          http://sourceforge.net/p/edk2/code/19578
Author:   lzeng14
Date:     2015-12-30 05:09:50 +0000 (Wed, 30 Dec 2015)
Log Message:
-----------
MdeModulePkg Variable: Add a missing variable info record

Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c

Modified: trunk/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c    
2015-12-30 05:09:16 UTC (rev 19577)
+++ trunk/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c    
2015-12-30 05:09:50 UTC (rev 19578)
@@ -2201,6 +2201,7 @@
         // go to delete this variable in variable HOB and
         // try to flush other variables from HOB to flash.
         //
+        UpdateVariableInfo (VariableName, VendorGuid, FALSE, FALSE, FALSE, 
TRUE, FALSE);
         FlushHobVariableToFlash (VariableName, VendorGuid);
         return EFI_SUCCESS;
       }


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to