mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-14 05:46:58 +00:00
Add a missing comma in the update_info structure declaration.
This fixes the following build error when building with
EFI_RUNTIME_UPDATE_CAPSULE or EFI_CAPSULE_ON_DISK:
board/emulation/qemu-arm/qemu-arm.c:52:9: error: request for member ‘images’ in something not a structure or union
Fixes:
|
||
---|---|---|
.. | ||
common | ||
configs | ||
qemu-arm | ||
qemu-ppce500 | ||
qemu-riscv | ||
qemu-sbsa | ||
qemu-x86 | ||
qemu-xtensa | ||
Kconfig |