From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 03 Mar 2015 08:41:09 +0000 Subject: [U-Boot] [RFC PATCH 13/13] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3 In-Reply-To: <1425227620-6656-13-git-send-email-sjg@chromium.org> References: <1425227620-6656-1-git-send-email-sjg@chromium.org> <1425227620-6656-13-git-send-email-sjg@chromium.org> Message-ID: <1425372069.12103.32.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > 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.