diff options
| author | Andrew Davis <[email protected]> | 2023-07-14 11:22:33 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-21 20:35:50 -0400 |
| commit | 913cea388d8ec265b120a84a2a2ffb60006d4a9b (patch) | |
| tree | 2a17cd1423d688353497b731972b2138ec8a9d02 | |
| parent | 052ad4ad6a3b235eaaa6318958fb925817f1770a (diff) | |
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 <[email protected]>
Signed-off-by: Manorit Chawdhry <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b3115b054c8..30456982b1c 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+" |
