From: Joe Hershberger Date: Mon, 2 Jul 2018 19:47:48 +0000 (-0500) Subject: net: Correct comment in Kconfig X-Git-Tag: v2018.09-rc1~26^2~28 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c25f40627ff8352858032b92a3fb2bae7b051c53;p=oweals%2Fu-boot.git net: Correct comment in Kconfig Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e88f056d84..79eef2d755 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