On 7 July 2016 at 09:47, Giri P Mudusuru <[email protected]> wrote: > - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED > > Cc: Leif Lindholm <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Giri P Mudusuru <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]> > --- > ArmPkg/Drivers/CpuDxe/CpuDxe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.c b/ArmPkg/Drivers/CpuDxe/CpuDxe.c > index b1cac31..d089cb2 100644 > --- a/ArmPkg/Drivers/CpuDxe/CpuDxe.c > +++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.c > @@ -39,7 +39,7 @@ > > @retval EFI_SUCCESS The address range from Start to Start+Length > was flushed from > the processor's data cache. > - @retval EFI_UNSUPPORTEDT The processor does not support the cache > flush type specified > + @retval EFI_UNSUPPORTED The processor does not support the cache > flush type specified > by FlushType. > @retval EFI_DEVICE_ERROR The address range from Start to Start+Length > could not be flushed > from the processor's data cache. > -- > 2.9.0.windows.1 > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

