diff --git a/xtldr2/xtldr.c b/xtldr2/xtldr.c index 37edbe9..84c33da 100644 --- a/xtldr2/xtldr.c +++ b/xtldr2/xtldr.c @@ -38,7 +38,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle, BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION); /* Parse configuration options passed from UEFI shell */ - BlpParseCommandLineOptions(); + BlpParseCommandLine(); /* Attempt to early initialize debug console */ if(DEBUG)