diff options
author | Tom Rini <trini@konsulko.com> | 2023-06-08 11:19:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-06-08 11:19:27 -0400 |
commit | 3aa4fb12f4abd31bce7fe6294dd47fd0966a791a (patch) | |
tree | 822ad0a8d6e6405df9c444f49ad7c57ecbf7a732 /board/emulation/qemu-arm/qemu-arm.c | |
parent | ac6096fe9c4d99f1dc37db95f213e08a48b11e70 (diff) | |
parent | b6f954e5b09545d18a150e4a4431a648e41ff287 (diff) |
Merge tag 'efi-next-20230608' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request efi-next-20230608
UEFI:
* Support for firmware versions in capsule updates
Diffstat (limited to 'board/emulation/qemu-arm/qemu-arm.c')
-rw-r--r-- | board/emulation/qemu-arm/qemu-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/emulation/qemu-arm/qemu-arm.c b/board/emulation/qemu-arm/qemu-arm.c index 34ed3e8ae6..dfea0d92a3 100644 --- a/board/emulation/qemu-arm/qemu-arm.c +++ b/board/emulation/qemu-arm/qemu-arm.c @@ -47,10 +47,10 @@ struct efi_fw_image fw_images[] = { }; struct efi_capsule_update_info update_info = { + .num_images = ARRAY_SIZE(fw_images) .images = fw_images, }; -u8 num_image_type_guids = ARRAY_SIZE(fw_images); #endif /* EFI_HAVE_CAPSULE_SUPPORT */ static struct mm_region qemu_arm64_mem_map[] = { |