From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Welch Date: Mon, 26 Nov 2018 16:16:02 +0000 Subject: [U-Boot] [PATCH v2 2/3] Only attempt to build USB driver model in SPL when required In-Reply-To: <7c8f94b9-99cf-8408-4ef0-a027f72ebf50@denx.de> References: <20181123164732.14161-1-martyn.welch@collabora.com> <20181123164732.14161-2-martyn.welch@collabora.com> <7c8f94b9-99cf-8408-4ef0-a027f72ebf50@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2018-11-26 at 11:22 +0100, Marek Vasut wrote: > On 11/26/2018 11:20 AM, Martyn Welch wrote: > > On Sat, 2018-11-24 at 19:25 +0100, Marek Vasut wrote: > > > On 11/23/2018 05:47 PM, Martyn Welch wrote: > > > > Current define usage causes tooling to attempt to build for USB > > > > driver > > > > model when building non-DM SPL. Update logic to avoid this. > > > > > > > > Signed-off-by: Martyn Welch > > > > > > > > --- > > > > > > Isn't this exact problem fixed in u-boot-usb/master ? > > > > > > > Any changes I've missed in master didn't clash with this when I > > rebase > > to master. I also get build errors when attempting to build from > > master > > with this patch removed. > > By master you mean u-boot/master or u-boot-usb/master ? > Trimming CC and CCing Simon. > Ah, sorry, misread, I meant u-boot/master. Martyn