From 913cea388d8ec265b120a84a2a2ffb60006d4a9b Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 14 Jul 2023 11:22:33 +0530 Subject: [PATCH] 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 --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) 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+" -- 2.39.5