forked from xt-sys/exectos
Refactor BlGetConfigValue to return EFI_STATUS and output value via parameter
This commit is contained in:
@@ -105,7 +105,7 @@ BlpInitializeDebugConsole()
|
||||
BaudRate = 0;
|
||||
|
||||
/* Get debug configuration */
|
||||
DebugConfiguration = BlGetConfigValue(L"DEBUG");
|
||||
BlGetConfigValue(L"DEBUG", &DebugConfiguration);
|
||||
|
||||
/* Make sure any debug options are provided and debug console is not initialized yet */
|
||||
if(DebugConfiguration && BlpStatus.DebugPort == 0)
|
||||
|
Reference in New Issue
Block a user