diff options
author | Yu Chien Peter Lin <peterlin@andestech.com> | 2023-02-06 16:10:51 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2023-02-17 19:07:48 +0800 |
commit | d002b2a187bac1f3da1d0374293a6db8891b7f3b (patch) | |
tree | afb78b2ba9a34cfffb5d879879881526c9f3764c /configs/ae350_rv32_spl_xip_defconfig | |
parent | 487c211ef6720b4226853755322c862be701fd36 (diff) | |
download | u-boot-d002b2a187bac1f3da1d0374293a6db8891b7f3b.tar.gz u-boot-d002b2a187bac1f3da1d0374293a6db8891b7f3b.tar.bz2 u-boot-d002b2a187bac1f3da1d0374293a6db8891b7f3b.zip |
configs: ae350: Increase maximum retry count for AE350 platforms
Loading an image via TFTP is often interrupted when retrying more than
10 times, increase the number of retries so that it does not simply stop
the transfer.
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'configs/ae350_rv32_spl_xip_defconfig')
-rw-r--r-- | configs/ae350_rv32_spl_xip_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ae350_rv32_spl_xip_defconfig b/configs/ae350_rv32_spl_xip_defconfig index 014dcbedf6..b626153723 100644 --- a/configs/ae350_rv32_spl_xip_defconfig +++ b/configs/ae350_rv32_spl_xip_defconfig @@ -35,6 +35,7 @@ CONFIG_BOOTP_PREFER_SERVERIP=y CONFIG_CMD_CACHE=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y +CONFIG_NET_RETRY_COUNT=50 CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_MMC=y |