[PATCH 2/2] common: fit: don't have BOOTM_FITIMAGE depend on ARM
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri May 17 00:48:35 PDT 2024
There's no reason to restrict FIT to ARM. In preparation for adding
fuzzing infrastructure for FIT images, allow its selection on other
architectures as well.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/Kconfig b/common/Kconfig
index 67cbbf5197da..a00bfcf332e5 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -650,7 +650,7 @@ config BOOTM_FITIMAGE
bool
prompt "FIT image support"
select FITIMAGE
- depends on BOOTM && ARM
+ depends on BOOTM
help
Support using Flattened Image Tree (FIT) images. FIT is an image
format introduced by U-Boot. A FIT image contains one or multiple
--
2.39.2
More information about the barebox
mailing list