mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/Bds: Fixed typo issue
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15834 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3402aac7d9
commit
5e6322a530
|
@ -296,7 +296,7 @@ BootDeviceGetType (
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IsEfiApp) {
|
if (IsEfiApp) {
|
||||||
Print(L"Is your application is an OS loader? ");
|
Print(L"Is your application an OS loader? ");
|
||||||
Status = GetHIInputBoolean (&IsBootLoader);
|
Status = GetHIInputBoolean (&IsBootLoader);
|
||||||
if (EFI_ERROR(Status)) {
|
if (EFI_ERROR(Status)) {
|
||||||
return EFI_ABORTED;
|
return EFI_ABORTED;
|
||||||
|
|
Loading…
Reference in New Issue