diff options
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/BootMngr')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c index 9a1b3683e9..0abd781003 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c +++ b/MdeModulePkg/Universal/BdsDxe/BootMngr/BootManager.c @@ -154,12 +154,7 @@ InitializeBootManager ( }
/**
- Hook to enable UI timeout override behavior.
-
-
- @param VOID EDES_TODO: Add parameter description
-
- EDES_TODO: Incomplete Descriptions NONE
+ Invoke Boot Manager. Hook to enable UI timeout override behavior.
**/
VOID
|