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 <afd@ti.com>
This commit is contained in:
Andrew Davis 2023-05-16 13:07:44 -05:00 committed by Udit Kumar
parent bb023da8e1
commit 6f2092d0c8
1 changed files with 1 additions and 0 deletions

View File

@ -768,6 +768,7 @@ config ARCH_K3
select SPL
select SUPPORT_SPL
select FIT
select REGEX
config ARCH_OMAP2PLUS
bool "TI OMAP2+"