[PATCH 10/18] arm: k3: Add regex/gsub command handling

Manorit Chawdhry m-chawdhry at ti.com
Fri Jul 14 07:52:33 CEST 2023


From: Andrew Davis <afd at ti.com>

The 'gsub' setexpr sub command is using when creating the FIT image
configuration string on K3 devices. Enable this for K3.

Signed-off-by: Andrew Davis <afd at ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 99264a64780c..3b9ab6d94101 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -798,6 +798,7 @@ config ARCH_K3
 	select SPL
 	select SUPPORT_SPL
 	select FIT
+	select REGEX
 
 config ARCH_OMAP2PLUS
 	bool "TI OMAP2+"

-- 
2.40.1



More information about the U-Boot mailing list