summaryrefslogtreecommitdiff
path: root/board/emulation/qemu-arm/qemu-arm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-12-09 16:29:47 -0600
committerTom Rini <trini@konsulko.com>2024-12-09 16:29:47 -0600
commit9bc62c980d418f0a67632ab29cd3501072cdb6f0 (patch)
treee70cc08520aca0f7e3406bd088ddfda0874973a0 /board/emulation/qemu-arm/qemu-arm.c
parent9dd0a9ecaa539adb99f74ea5cebcafcdebe93aad (diff)
parentb841e559cd26ffcb20f22e8ee75debed9616c002 (diff)
Merge tag 'v2025.01-rc4' into next
Prepare v2025.01-rc4
Diffstat (limited to 'board/emulation/qemu-arm/qemu-arm.c')
-rw-r--r--board/emulation/qemu-arm/qemu-arm.c2
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 6095cb02b23..e0e18b4dfea 100644
--- a/board/emulation/qemu-arm/qemu-arm.c
+++ b/board/emulation/qemu-arm/qemu-arm.c
@@ -48,7 +48,7 @@ struct efi_fw_image fw_images[] = {
};
struct efi_capsule_update_info update_info = {
- .num_images = ARRAY_SIZE(fw_images)
+ .num_images = ARRAY_SIZE(fw_images),
.images = fw_images,
};