aboutsummaryrefslogtreecommitdiff
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 09:12:02 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commit01d1b99c9b2d67207050c89f70801178ba9f4f2a (patch)
treecd7c4d98b4baba8831b095f48b39bee3a1dacc9b /include/configs/da850evm.h
parent5d4e863bf80985f915204270d1ba7c16d58d3077 (diff)
downloadu-boot-01d1b99c9b2d67207050c89f70801178ba9f4f2a.zip
u-boot-01d1b99c9b2d67207050c89f70801178ba9f4f2a.tar.gz
u-boot-01d1b99c9b2d67207050c89f70801178ba9f4f2a.tar.bz2
Convert CONFIG_NET_RETRY_COUNT to Kconfig
This converts the following to Kconfig: CONFIG_NET_RETRY_COUNT Cc: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r--include/configs/da850evm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index fa7afab..ff0cc35 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -137,13 +137,6 @@
#define CONFIG_SYS_NAND_ECCBYTES 10
#endif
-/*
- * Network & Ethernet Configuration
- */
-#ifdef CONFIG_DRIVER_TI_EMAC
-#define CONFIG_NET_RETRY_COUNT 10
-#endif
-
#ifdef CONFIG_MTD_NOR_FLASH
#define CONFIG_SYS_FLASH_SECT_SZ (128 << 10) /* 128KB */
#define CONFIG_SYS_FLASH_BASE DAVINCI_ASYNC_EMIF_DATA_CE2_BASE