X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FBds%2FBootOptionSupport.c;fp=ArmPlatformPkg%2FBds%2FBootOptionSupport.c;h=fb383b6f2468beb405991784c058fc5b7fbabdf3;hp=4c37c9de8831e00d8c96ecff2a02828aa79c1b47;hb=11c20f4e06d252feaa65aa5e526686baf015762d;hpb=5439ccda50acf4f6e2c1cbd256a30ba555da3eda diff --git a/ArmPlatformPkg/Bds/BootOptionSupport.c b/ArmPlatformPkg/Bds/BootOptionSupport.c index 4c37c9de88..fb383b6f24 100644 --- a/ArmPlatformPkg/Bds/BootOptionSupport.c +++ b/ArmPlatformPkg/Bds/BootOptionSupport.c @@ -209,7 +209,7 @@ BootDeviceGetDeviceSupport ( // Find which supported device is the most appropriate for (Index = 0; Index < BDS_DEVICE_MAX; Index++) { - if (BdsLoadOptionSupportList[Index].IsSupported(BootOption)) { + if (BdsLoadOptionSupportList[Index].IsSupported (BootOption)) { *DeviceSupport = &BdsLoadOptionSupportList[Index]; return EFI_SUCCESS; }