summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--QcomModulePkg/Application/LinuxLoader/LinuxLoader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/QcomModulePkg/Application/LinuxLoader/LinuxLoader.c b/QcomModulePkg/Application/LinuxLoader/LinuxLoader.c
index 89d4b81bba..fc64857816 100644
--- a/QcomModulePkg/Application/LinuxLoader/LinuxLoader.c
+++ b/QcomModulePkg/Application/LinuxLoader/LinuxLoader.c
@@ -190,6 +190,7 @@ LinuxLoaderEntry (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
FindPtnActiveSlot ();
}
+ DEBUG ((EFI_D_INFO, "Press <Down> to enter fastboot, <Up> to enter recovery, or <ESC> to enter EmergencyDLOAD\n"));
Status = GetKeyPress (&KeyPressed);
if (Status == EFI_SUCCESS) {
if (KeyPressed == SCAN_DOWN)