forked from xt-sys/exectos
Refactor BlGetConfigValue to return EFI_STATUS and output value via parameter
This commit is contained in:
@@ -57,7 +57,7 @@ BlDisplayBootMenu()
|
||||
}
|
||||
|
||||
/* Get timeout from the configuration */
|
||||
TimeOutString = BlGetConfigValue(L"TIMEOUT");
|
||||
BlGetConfigValue(L"TIMEOUT", &TimeOutString);
|
||||
TimeOut = -1;
|
||||
|
||||
/* Check if timeout is specified */
|
||||
|
Reference in New Issue
Block a user