diff options
author | Andrew Davis | 2023-07-14 11:22:32 +0530 |
---|---|---|
committer | Tom Rini | 2023-07-21 20:35:50 -0400 |
commit | 052ad4ad6a3b235eaaa6318958fb925817f1770a (patch) | |
tree | 7609920e28b73c75b1bf39a892503fba69d532a1 /configs/am43xx_hs_evm_defconfig | |
parent | 014e013e784fdc03b254508d3785fd46088bd346 (diff) |
configs: Enable setexpr command on TI devices
This is used when building the FIT image configuration string. Enable
it for all FIT using TI platforms.
Signed-off-by: Andrew Davis <afd@ti.com>
[ extend to other k3 boards ]
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Diffstat (limited to 'configs/am43xx_hs_evm_defconfig')
-rw-r--r-- | configs/am43xx_hs_evm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index 466b12e9ece..01428ac7aa7 100644 --- a/configs/am43xx_hs_evm_defconfig +++ b/configs/am43xx_hs_evm_defconfig @@ -38,7 +38,6 @@ CONFIG_SYS_MAXARGS=64 CONFIG_SYS_I2C_EEPROM_ADDR_LEN=2 # CONFIG_CMD_FLASH is not set CONFIG_CMD_NAND=y -# CONFIG_CMD_SETEXPR is not set CONFIG_BOOTP_DNS2=y CONFIG_CMD_MTDPARTS=y CONFIG_MTDIDS_DEFAULT="nand0=nand.0" |