From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Thu, 23 May 2019 14:45:48 -0300 Subject: [U-Boot] Cannot boot mx6qsabred with 2019.07-rc2 In-Reply-To: <48eb0829-c0c7-ba04-07a5-9e5e113ce7dd@kontron.de> References: <48eb0829-c0c7-ba04-07a5-9e5e113ce7dd@kontron.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Schrempf, On Thu, May 23, 2019 at 2:26 PM Schrempf Frieder wrote: > As luck would have it, I needed to load a FIT via SDP today, so I came > up with a quick patch (see below). There are probably better ways to do > this, but it works. Thanks for your patch! I would like to give it a try, but it does not apply against U-Boot mainline. I manually applied it, but failed to build: cmd/usb_gadget_sdp.c: In function ‘do_sdp’: cmd/usb_gadget_sdp.c:35:2: error: too few arguments to function ‘sdp_handle’ sdp_handle(controller_index); Could you please rebase it against U-Boot mainline and post it like a formal patch? Thanks