Refactor BlGetConfigValue to return EFI_STATUS and output value via parameter

This commit is contained in:
2025-08-27 19:44:52 +02:00
parent 1eea654a36
commit 2ee33ab229
7 changed files with 28 additions and 16 deletions

View File

@@ -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 */