summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-02 17:44:31 +0300
committerSimon Glass <sjg@chromium.org>2021-09-18 12:47:50 +0300
commit47a25e81d35c8d801cae9089de90c9ffea083409 (patch)
tree65cdfa1cdbca878dbd8a835fef89dc0222b144db /board
parentd428e81266a59974ade74c1ba019af39f23304ab (diff)
downloadu-boot-47a25e81d35c8d801cae9089de90c9ffea083409.tar.xz
Revert "efi_capsule: Move signature from DTB to .rodata"
This was unfortunately applied despite much discussion about it beiong the wrong way to implement this feature. Revert it before too many other things are built on top of it. This reverts commit ddf67daac39de76d2697d587148f4c2cb768f492. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/emulation/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/emulation/common/Makefile b/board/emulation/common/Makefile
index c5b452e7e3..7ed447a69d 100644
--- a/board/emulation/common/Makefile
+++ b/board/emulation/common/Makefile
@@ -2,3 +2,4 @@
obj-$(CONFIG_SYS_MTDPARTS_RUNTIME) += qemu_mtdparts.o
obj-$(CONFIG_SET_DFU_ALT_INFO) += qemu_dfu.o
+obj-$(CONFIG_EFI_CAPSULE_FIRMWARE_MANAGEMENT) += qemu_capsule.o