Files
u-boot/board
Vincent Stehlé 270eeb6871 qemu: common: Fix build with update capsule
The common emulation Makefile has a dependency on a non-existent
qemu_capsule.o when building with support for capsule update enabled
(CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y).
The code which was in qemu_capsule.c has been completely moved to
lib/efi_loader/efi_capsule.c by commit 7a6fb28c8e ("efi_loader: capsule:
add back efi_get_public_key_data()").
Remove the false dependency.

This fixes the following build error:

  make[1]: *** No rule to make target 'board/emulation/common/qemu_capsule.o', needed by 'board/emulation/common/built-in.o'.  Stop.

Fixes: commit 47a25e81d3 ("Revert "efi_capsule: Move signature from DTB to .rodata"")
Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Simon Glass <sjg@chromium.org>
2021-11-29 11:15:37 -05:00
..
2021-09-04 12:26:02 -04:00
2021-10-27 16:38:26 -04:00
2020-09-01 13:38:39 +08:00
2021-11-07 18:36:55 +01:00
2021-09-07 16:22:30 -04:00
2021-10-07 16:53:50 +02:00
2021-10-27 16:38:26 -04:00
2021-09-04 11:42:41 -04:00
2021-09-07 16:22:30 -04:00
2021-09-04 12:26:02 -04:00
2021-09-07 16:22:30 -04:00
2021-10-27 16:38:26 -04:00
2021-06-17 09:40:58 +08:00
2021-10-27 16:38:26 -04:00
2021-10-20 17:54:31 +02:00