From 6e6c98e59adf5aa978886a8244118eefcb661053 Mon Sep 17 00:00:00 2001
From: MC-Long <877730493@qq.com>
Date: Sat, 29 May 2021 15:30:22 +0800
Subject: [PATCH] Op6tSlotDxe: never block the program at any time

---
 sdm845Pkg/Drivers/Op6tSlotDxe/slot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdm845Pkg/Drivers/Op6tSlotDxe/slot.c b/sdm845Pkg/Drivers/Op6tSlotDxe/slot.c
index ec67970..f604f33 100644
--- a/sdm845Pkg/Drivers/Op6tSlotDxe/slot.c
+++ b/sdm845Pkg/Drivers/Op6tSlotDxe/slot.c
@@ -45,7 +45,7 @@ EFI_STATUS EFIAPI SlotMain(IN EFI_HANDLE ImageHandle,
                     &numHandles,
                     &controllerHandles);
     if (EFI_ERROR(status)) {
-        WaitAnyKey(SystemTable);
+        //WaitAnyKey(SystemTable);
         return status;
     }
         // ergodic the handles
-- 
2.47.1