From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 7 Jul 2015 01:18:23 +0200 Subject: [U-Boot] [PATCH 09/18] dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH In-Reply-To: <1436222877-17548-10-git-send-email-sjg@chromium.org> References: <1436222877-17548-1-git-send-email-sjg@chromium.org> <1436222877-17548-10-git-send-email-sjg@chromium.org> Message-ID: <201507070118.23456.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, July 07, 2015 at 12:47:48 AM, Simon Glass wrote: > If driver model is used for Ethernet then USB Ethernet does not build. This > can be made to work with driver model is used for USB also. Add #ifdef > logic to make this clear when building. > > Signed-off-by: Simon Glass Well ew, but OK. Reviewed-by: Marek Vasut Best regards, Marek Vasut