summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c
index 1e9b736993..15c5cac1be 100644
--- a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c
+++ b/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c
@@ -754,11 +754,6 @@ PlatformBootManagerAfterConsole (
}
//
- // Connect the rest of the devices.
- //
- EfiBootManagerConnectAll ();
-
- //
// On ARM, there is currently no reason to use the phased capsule
// update approach where some capsules are dispatched before EndOfDxe
// and some are dispatched after. So just handle all capsules here,
@@ -768,11 +763,6 @@ PlatformBootManagerAfterConsole (
HandleCapsules ();
//
- // Enumerate all possible boot options.
- //
- EfiBootManagerRefreshAllBootOption ();
-
- //
// Register UEFI Shell
//
Key.ScanCode = SCAN_NULL;