mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] boards: qemu-virt: drop unused __dtb_fitimage_pubkey_start
@ 2026-01-16 17:15 Ahmad Fatoum
  2026-01-16 17:15 ` [PATCH 2/2] boards: qemu-virt: add overlay for when first flash is secure-world only Ahmad Fatoum
  2026-01-19 12:18 ` [PATCH 1/2] boards: qemu-virt: drop unused __dtb_fitimage_pubkey_start Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2026-01-16 17:15 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Commit f018a6e4606e ("boards: qemu-virt: drop fitimage-pubkey.dts") has
removed the reference to this symbol, so remove the unused/unusable
left-over declaration as well.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 common/boards/qemu-virt/board.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/boards/qemu-virt/board.c b/common/boards/qemu-virt/board.c
index 0c9cc1a75d3b..1e3b647f11e5 100644
--- a/common/boards/qemu-virt/board.c
+++ b/common/boards/qemu-virt/board.c
@@ -38,7 +38,6 @@ static inline void arm_virt_init(void) {}
 #endif
 
 extern char __dtbo_qemu_virt_flash_start[];
-extern char __dtb_fitimage_pubkey_start[];
 
 static const struct of_device_id virt_of_match[] = {
 	{ .compatible = "linux,dummy-virt", .data = arm_virt_init },
-- 
2.47.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-19 12:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-16 17:15 [PATCH 1/2] boards: qemu-virt: drop unused __dtb_fitimage_pubkey_start Ahmad Fatoum
2026-01-16 17:15 ` [PATCH 2/2] boards: qemu-virt: add overlay for when first flash is secure-world only Ahmad Fatoum
2026-01-19 12:18 ` [PATCH 1/2] boards: qemu-virt: drop unused __dtb_fitimage_pubkey_start Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox