From: Andrew Davis Date: Fri, 14 Jul 2023 05:52:33 +0000 (+0530) Subject: arm: k3: Add regex/gsub command handling X-Git-Tag: v2025.01-rc5-pxa1908~925^2~8 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=913cea388d8ec265b120a84a2a2ffb60006d4a9b;p=u-boot.git arm: k3: Add regex/gsub command handling 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 Signed-off-by: Manorit Chawdhry --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b3115b054c..30456982b1 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+"