From 6f2092d0c8500e70d790d7731dd376f143b3053e Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 16 May 2023 13:07:44 -0500 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 --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8a1e223422..1ef9e8fdbd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -768,6 +768,7 @@ config ARCH_K3 select SPL select SUPPORT_SPL select FIT + select REGEX config ARCH_OMAP2PLUS bool "TI OMAP2+"