aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omapl138_lcdk.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/omapl138_lcdk.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/omapl138_lcdk.h')
-rw-r--r--include/configs/omapl138_lcdk.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index e70f5fc..512ddbc 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -137,13 +137,6 @@
#endif
/*
- * Network & Ethernet Configuration
- */
-#ifdef CONFIG_DRIVER_TI_EMAC
-#define CONFIG_NET_RETRY_COUNT 10
-#endif
-
-/*
* U-Boot general configuration
*/
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */