diff options
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/BdsEntry.c')
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c index adbce15f2d..332c6bdabe 100644 --- a/MdeModulePkg/Universal/BdsDxe/BdsEntry.c +++ b/MdeModulePkg/Universal/BdsDxe/BdsEntry.c @@ -74,12 +74,8 @@ BdsInitialize ( /**
- In the loop of attempt to boot for the boot order
-
-
- @param VOID No input parameter.
-
- @retval VOID No returns.
+ This function attempts to boot for the boot order specified
+ by platform policy.
**/
VOID
|