Skip to content
Snippets Groups Projects
Commit b0494f13 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

edk2: update build config


risc-v switched to use split code/vars images like the other archs.

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent c28a2891
No related branches found
No related tags found
No related merge requests found
......@@ -120,5 +120,7 @@ conf = OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
arch = RISCV64
plat = RiscVVirtQemu
dest = ../pc-bios
cpy1 = FV/RISCV_VIRT.fd edk2-riscv.fd
pad1 = edk2-riscv.fd 32m
cpy1 = FV/RISCV_VIRT_CODE.fd edk2-riscv-code.fd
cpy2 = FV/RISCV_VIRT_VARS.fd edk2-riscv-vars.fd
pad1 = edk2-riscv-code.fd 32m
pad2 = edk2-riscv-vars.fd 32m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment