]> git.sur5r.net Git - u-boot/blobdiff - lib/efi_loader/efi_runtime.c
efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC
[u-boot] / lib / efi_loader / efi_runtime.c
index 9e281728f9ff204b428aacf3dff62a74956ffe48..0888316140721af756c8225008554f09ea6a9590 100644 (file)
@@ -91,6 +91,7 @@ static void EFIAPI efi_reset_system_boottime(
        switch (reset_type) {
        case EFI_RESET_COLD:
        case EFI_RESET_WARM:
+       case EFI_RESET_PLATFORM_SPECIFIC:
                do_reset(NULL, 0, 0, NULL);
                break;
        case EFI_RESET_SHUTDOWN: