aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2018-07-02 14:47:48 -0500
committerJoe Hershberger <joe.hershberger@ni.com>2018-07-26 14:08:18 -0500
commitc25f40627ff8352858032b92a3fb2bae7b051c53 (patch)
treea4c44deb3309e73c5f7c15806e29d013dde481cb
parent50ed0ef832c55a7d088df3d96b7046cf6acf0ff6 (diff)
downloadu-boot-c25f40627ff8352858032b92a3fb2bae7b051c53.zip
u-boot-c25f40627ff8352858032b92a3fb2bae7b051c53.tar.gz
u-boot-c25f40627ff8352858032b92a3fb2bae7b051c53.tar.bz2
net: Correct comment in Kconfig
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--drivers/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index e88f056..79eef2d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -7,8 +7,8 @@ config DM_ETH
help
Enable driver model for Ethernet.
- The eth_*() interface will be implemented by the UC_ETH class
- This is currently implemented in net/eth.c
+ The eth_*() interface will be implemented by the UCLASS_ETH class
+ This is currently implemented in net/eth-uclass.c
Look in include/net.h for details.
config DRIVER_TI_CPSW