OVMF: support riscv64 suffix

It was forgot in the previous attempt to bring up RISC V UEFI.
This commit is contained in:
Raito Bezarius 2023-12-27 23:09:05 +01:00
parent 032d45b46c
commit 75b67b0de8

View File

@ -31,6 +31,7 @@ let
i686 = "FV/OVMF";
x86_64 = "FV/OVMF";
aarch64 = "FV/AAVMF";
riscv64 = "FV/RISCV_VIRT";
};
in