From bfc794bbee5693ed630752b469713caad54713fa Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 25 Feb 2022 19:27:38 +0000 Subject: Convert CONFIG_ARP_TIMEOUT to Kconfig This converts the following to Kconfig: CONFIG_ARP_TIMEOUT Cc: Ramon Fried Signed-off-by: Tom Rini --- configs/theadorable_debug_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/theadorable_debug_defconfig') diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index 1c3dbe4..ca897fe 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -51,6 +51,7 @@ CONFIG_EFI_PARTITION=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_ARP_TIMEOUT=200 CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_SATA_MV=y -- cgit v1.1 From b85b833a5b0add802025661b83efa9cfa2d3cee5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 25 Feb 2022 19:44:19 +0000 Subject: Convert CONFIG_NET_RETRY_COUNT to Kconfig This converts the following to Kconfig: CONFIG_NET_RETRY_COUNT Cc: Ramon Fried Signed-off-by: Tom Rini --- configs/theadorable_debug_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/theadorable_debug_defconfig') diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index ca897fe..3b841b0 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -52,6 +52,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ARP_TIMEOUT=200 +CONFIG_NET_RETRY_COUNT=50 CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_SATA_MV=y -- cgit v1.1