Skip to content

Commit

Permalink
Merge pull request 96boards#66 from hzhuang1/reboot
Browse files Browse the repository at this point in the history
Revert "EmbeddedPkg/AndroidFastboot: add delay before reboot"
  • Loading branch information
hzhuang1 authored Mar 30, 2018
2 parents 2d8c108 + d668518 commit b2dba4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/PcdLib.h>
#include <Library/PrintLib.h>
#include <Library/TimerLib.h>
#include <Library/UefiApplicationEntryPoint.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
Expand Down Expand Up @@ -440,7 +439,6 @@ AcceptCmd (
}
}
SEND_LITERAL ("OKAY");
MicroSecondDelay (3000000);
gRT->ResetSystem (EfiResetCold, EFI_SUCCESS, 0, NULL);

// Shouldn't get here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
MemoryAllocationLib
PcdLib
PrintLib
TimerLib
UefiApplicationEntryPoint
UefiBootServicesTableLib
UefiLib
Expand Down

0 comments on commit b2dba4b

Please sign in to comment.