Get timeout value from configuration
This commit is contained in:
parent
5ee6377080
commit
16a2565ad9
@ -985,7 +985,7 @@ BlDisplayBootMenu()
|
||||
BlInitializeBootMenuList(MenuEntries, &NumberOfEntries, &HighligtedEntryId);
|
||||
|
||||
/* Get timeout from the configuration */
|
||||
TimeOutString = NULL; //BlGetConfigValue(L"TIMEOUT");
|
||||
TimeOutString = BlGetConfigValue(L"TIMEOUT");
|
||||
TimeOut = -1;
|
||||
|
||||
/* Check if timeout is specified */
|
||||
|
Loading…
Reference in New Issue
Block a user