]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/BMMUI: Remove the incorrect and useless codes
authorDandan Bi <dandan.bi@intel.com>
Mon, 17 Oct 2016 05:51:05 +0000 (13:51 +0800)
committerStar Zeng <star.zeng@intel.com>
Wed, 19 Oct 2016 03:37:51 +0000 (11:37 +0800)
commit9ec24f5f7322402e8ac5ba0501cd271dd17bf237
treeadad9db2d6e20e6678f3fbb5b804e7cbba57e4e6
parenta3475fe0de2e085c73733758026df010b5a6b8ad
MdeModulePkg/BMMUI: Remove the incorrect and useless codes

When updating console page, the "ConsoleCheck" in BmmFakeNvData may maintain
the old uncommitted data, we should not copy it to BmmOldFakeNVData.
And in BootMaintRouteConfig function, when save data successfully,
it will copy the BmmFakeNvData to the BmmOldFakeNVData.
So we can delete the logic here.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c