Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Oct 20, 2023
1 parent dfa3aa0 commit 8852e24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,16 @@ formset

endform;

form formid = FORM_TIME_OUT_ID,
numeric val = BootTimeOut,
nosubmitif
prompt = STRING_TOKEN(AUTOBOOT_NOSUBMIT_IF_NEGATIVE),
ideqval BootTimeOut < 0
endif
endnumeric;

endform;



endformset;
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ BmmCreateTimeOutMenu (
IN EFI_HII_HANDLE HiiHandle,
IN VOID *StartOpCodeHandle
)
//important
{
HiiCreateNumericOpCode (
StartOpCodeHandle,
Expand Down

0 comments on commit 8852e24

Please sign in to comment.