summaryrefslogtreecommitdiff
path: root/configs/am62ax_evm_a53_defconfig
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2023-06-09 09:36:35 +0530
committerUdit Kumar <u-kumar1@ti.com>2023-06-09 11:55:06 +0530
commitb4a60cbdcaab3d05a5a647b54edd8632d782b4d9 (patch)
treef574da2ff6004f72a41cae9756efe67b2dae6b38 /configs/am62ax_evm_a53_defconfig
parentd8e6f9178f6c80abff4ed2e9094001357bda40d4 (diff)
configs: am62xx_*_a53_defconfig: Fix issue with setenv
Increase SYS_MAXARGS to 64 to be able to manipulate certain env variables (such as dfu_alt_info) at runtime. W/o this setting of variable to another with large text doesn't work eg.: setenv dfu_alt_info $dfu_alt_info_emmc setenv - set environment variables Usage: setenv [-f] name value ... - [forcibly] set environment variable 'name' to 'value ...' setenv [-f] name - [forcibly] delete environment variable 'name' Fix this with SYS_MAXARGS update Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'configs/am62ax_evm_a53_defconfig')
-rw-r--r--configs/am62ax_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index d2ad6dc3f6..6c36c9b05a 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -42,6 +42,7 @@ CONFIG_SPL_RAM_SUPPORT=y
CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_DFU=y
CONFIG_SPL_YMODEM_SUPPORT=y
+CONFIG_SYS_MAXARGS=64
CONFIG_CMD_MMC=y
CONFIG_CMD_CLK=y
CONFIG_CMD_DFU=y