* [DistroKit] [PATCH] v8a: barebox: reactivate fitimage support
@ 2025-10-27 16:38 Lars Schmidt
2025-12-01 17:43 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* Re: [DistroKit] [PATCH] v8a: barebox: reactivate fitimage support
2025-10-27 16:38 [DistroKit] [PATCH] v8a: barebox: reactivate fitimage support Lars Schmidt
@ 2025-12-01 17:43 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2025-12-01 17:43 UTC (permalink / raw)
To: Lars Schmidt; +Cc: distrokit
Applied to next.
On Mon, Oct 27, 2025 at 05:38:53PM +0100, Lars Schmidt wrote:
> 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
>
>
>
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-01 17:43 UTC | newest]
Thread overview: 2+ messages (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
2025-12-01 17:43 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox