]> git.proxmox.com Git - mirror_edk2.git/commitdiff
correct the input parameter FormId of IfrLibUpdateForm()
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Apr 2009 08:56:27 +0000 (08:56 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Apr 2009 08:56:27 +0000 (08:56 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8032 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c

index efc862e64b8b73f8f797c5ff42383e04ce84aa05..f5e0bf04a026a6d8ebd578f88f4c369a2b4510ba 100644 (file)
@@ -1043,7 +1043,7 @@ InitializeBM (
     IfrLibUpdateForm (\r
       BmmCallbackInfo->BmmHiiHandle,\r
       &mBootMaintGuid,\r
-      FORM_MAIN_ID,\r
+      FORM_BOOT_SETUP_ID,\r
       FORM_BOOT_LEGACY_DEVICE_ID,\r
       FALSE,\r
       &gUpdateData\r