From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 04 Mar 2015 08:54:48 +0000 Subject: [U-Boot] [RFC PATCH 13/13] dm: sunxi: Use driver model for Ethernet on Linksprite pcDuino3 In-Reply-To: References: <1425227620-6656-1-git-send-email-sjg@chromium.org> <1425227620-6656-13-git-send-email-sjg@chromium.org> <1425372069.12103.32.camel@hellion.org.uk> Message-ID: <1425459288.12103.55.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 Tue, 2015-03-03 at 16:40 -0700, Simon Glass wrote: > >> +CONFIG_DM_ETH=y > > > > Also remove SUNXI_GMAC from CONFIG_SYS_EXTRA_OPTIONS? > > Do you mean move it to Kconfig? I did not do that, no. We can't just > remove it since we need the gmac for everything to work. But maybe I > am misunderstanding something. I guess I was just confused because I expected the new option to enable the drivers etc. But I guess that doesn't make sense until we have a single binary image. Ian.