Initialize shell only once
This commit is contained in:
@@ -245,8 +245,9 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
|
||||
for(;;);
|
||||
}
|
||||
|
||||
/* Initialize XTLDR and */
|
||||
/* Initialize XTLDR and shell */
|
||||
XtLoader::InitializeBootLoader(ImageHandle, SystemTable);
|
||||
Shell::InitializeShell();
|
||||
|
||||
/* Parse configuration options passed from UEFI shell */
|
||||
Status = Configuration::ParseCommandLine();
|
||||
|
||||
Reference in New Issue
Block a user