[PATCH] common: remove unused CONFIG_BOOTM_OFTREE

Sascha Hauer s.hauer at pengutronix.de
Fri Jun 13 03:32:15 PDT 2025


CONFIG_BOOTM_OFTREE is entirely unused. Remove this Kconfig option.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/kvx/Kconfig |  1 -
 common/Kconfig   | 13 +------------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/arch/kvx/Kconfig b/arch/kvx/Kconfig
index bb662e4fd8..285f140f44 100644
--- a/arch/kvx/Kconfig
+++ b/arch/kvx/Kconfig
@@ -4,7 +4,6 @@ config KVX
 	bool
 	select 64BIT
 	select BOOTM
-	select BOOTM_OFTREE
 	select BOOTM_INITRD
 	select COMMON_CLK
 	select COMMON_CLK_OF_PROVIDER
diff --git a/common/Kconfig b/common/Kconfig
index 987148847e..468a981f32 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -631,17 +631,6 @@ config BOOTM_INITRD
 	  -r INITRD  specify an initrd image
 	  -L ADDR    specify initrd load address
 
-config BOOTM_OFTREE
-	bool
-	depends on BOOTM
-	select OFTREE
-	prompt "device tree (oftree) support"
-	help
-	  Add support to pass a device tree (a.k.a Open Firmware Tree, oftree). Adds
-	  this command line option:
-
-	  -o DTS  specify device tree
-
 config BOOTM_UIMAGE
 	def_bool y
 	prompt "support the legacy uImage format"
@@ -654,7 +643,7 @@ config BOOTM_UIMAGE
 config BOOTM_OFTREE_UIMAGE
 	bool
 	prompt "support passing device tree (oftree) uImages"
-	depends on BOOTM_OFTREE && BOOTM_UIMAGE
+	depends on BOOTM_UIMAGE
 	help
 	  Support using oftree uImages. Without this only raw oftree
 	  blobs can be used.
-- 
2.39.5




More information about the barebox mailing list