[U-Boot] [PATCH v2 05/11] net: Correct comment in Kconfig

Heinrich Schuchardt xypron.glpk at gmx.de
Sat Jun 30 04:49:52 UTC 2018


On 06/30/2018 05:20 AM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> 
> Changes in v2: None
> 
>  drivers/net/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index e88f056d84..5f26a0004a 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -8,7 +8,7 @@ config DM_ETH
>  	  Enable driver model for Ethernet.
>  
>  	  The eth_*() interface will be implemented by the UC_ETH class

This typo deserves correction too:
%s/UC_ETH/UCLASS_ETH/

Best regards

Heinrich

> -	  This is currently implemented in net/eth.c
> +	  This is currently implemented in net/eth-uclass.c
>  	  Look in include/net.h for details.
>  
>  config DRIVER_TI_CPSW
> 



More information about the U-Boot mailing list