[U-Boot] [RFC PATCH 13/13] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3

Ian Campbell ijc+uboot at hellion.org.uk
Tue Mar 3 09:41:09 CET 2015


On Sun, 2015-03-01 at 09:33 -0700, Simon Glass wrote:
> Switch this board over to use driver model for Ethernet
> 
> Cover-letter
> RFC: dm: net: Conversion patches for sunxi driver model Ethernet
> This series is for Joe Hershberger. It is based on his RFC driver model
> Ethernet implementation, and enables it for the pcDuino3.
> END

Did you intend to put this somewhere else?

> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>  configs/Linksprite_pcDuino3_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig
> index b5ff120..776588d 100644
> --- a/configs/Linksprite_pcDuino3_defconfig
> +++ b/configs/Linksprite_pcDuino3_defconfig
> @@ -19,3 +19,4 @@ CONFIG_SYS_MALLOC_F_LEN=0x400
>  CONFIG_ETH_DESIGNWARE=y
>  CONFIG_NETDEVICES=y
>  CONFIG_NET=y
> +CONFIG_DM_ETH=y

Also remove SUNXI_GMAC from CONFIG_SYS_EXTRA_OPTIONS?

Ian.



More information about the U-Boot mailing list