]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv8/fwcall.c
efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC
[u-boot] / arch / arm / cpu / armv8 / fwcall.c
index c2202675366f37d3853f1ef3e5d4d11d2b4a3e08..ff0712bf6505fe913e888e0021600c03291ea1a0 100644 (file)
@@ -146,6 +146,7 @@ void __efi_runtime EFIAPI efi_reset_system(
        switch (reset_type) {
        case EFI_RESET_COLD:
        case EFI_RESET_WARM:
+       case EFI_RESET_PLATFORM_SPECIFIC:
                psci_system_reset();
                break;
        case EFI_RESET_SHUTDOWN: