mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
This commit is contained in:
parent
052ad4ad6a
commit
913cea388d
1 changed files with 1 additions and 0 deletions
|
@ -798,6 +798,7 @@ config ARCH_K3
|
|||
select SPL
|
||||
select SUPPORT_SPL
|
||||
select FIT
|
||||
select REGEX
|
||||
|
||||
config ARCH_OMAP2PLUS
|
||||
bool "TI OMAP2+"
|
||||
|
|
Loading…
Reference in a new issue