* [DistroKit] [PATCH] v8a: barebox: reactivate fitimage support
@ 2025-10-27 16:38 Lars Schmidt
0 siblings, 0 replies; only message in thread
From: Lars Schmidt @ 2025-10-27 16:38 UTC (permalink / raw)
To: distrokit; +Cc: Lars Schmidt
In commit 8e81204 CONFIG_FITIMAGE and CONFIG_BOOTM_FITIMAGE got disabled.
These kconfig options need to be enabled, so reactivate them again.
Fixes: 8e81204d8a1e ("v8a: barebox: bump version v2025.03.0 -> v2025.06.1")
Signed-off-by: Lars Schmidt <l.schmidt@pengutronix.de>
---
configs/platform-v8a/barebox.config | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configs/platform-v8a/barebox.config b/configs/platform-v8a/barebox.config
index 92a300b..d0865a4 100644
--- a/configs/platform-v8a/barebox.config
+++ b/configs/platform-v8a/barebox.config
@@ -182,6 +182,7 @@ CONFIG_BLOCK_STATS=y
CONFIG_FILETYPE=y
CONFIG_BINFMT=y
CONFIG_UIMAGE=y
+CONFIG_FITIMAGE=y
CONFIG_LOGBUF=y
CONFIG_STDDEV=y
CONFIG_CDEV_ALIAS=y
@@ -265,7 +266,8 @@ CONFIG_BOOTM_OFTREE=y
CONFIG_BOOTM_UIMAGE=y
CONFIG_BOOTM_OFTREE_UIMAGE=y
# CONFIG_BOOTM_AIMAGE is not set
-# CONFIG_BOOTM_FITIMAGE is not set
+CONFIG_BOOTM_FITIMAGE=y
+# CONFIG_BOOTM_FITIMAGE_SIGNATURE is not set
CONFIG_BOOTM_OPTIONAL_SIGNED_IMAGES=y
CONFIG_BLSPEC=y
CONFIG_FLEXIBLE_BOOTARGS=y
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-27 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-27 16:38 [DistroKit] [PATCH] v8a: barebox: reactivate fitimage support Lars Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox