arm: k3: Add regex/gsub command handling
authorAndrew Davis <afd@ti.com>
Fri, 14 Jul 2023 05:52:33 +0000 (11:22 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 22 Jul 2023 00:35:50 +0000 (20:35 -0400)
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@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
arch/arm/Kconfig

index b3115b0..3045698 100644 (file)
@@ -798,6 +798,7 @@ config ARCH_K3
        select SPL
        select SUPPORT_SPL
        select FIT
+       select REGEX
 
 config ARCH_OMAP2PLUS
        bool "TI OMAP2+"