From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 12 Mar 2015 18:28:17 +0100 Subject: [U-Boot] [PATCH v2 2/4] fastboot: call board_usb_init() to enable usb In-Reply-To: <20150312095557.49603d58@amdc2363> References: <1425381044-19460-1-git-send-email-dileep.katta@linaro.org> <20150312095557.49603d58@amdc2363> Message-ID: <201503121828.17823.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 Thursday, March 12, 2015 at 09:55:57 AM, Lukasz Majewski wrote: Hi! [...] > > We are not getting controller Index as an argument for fastboot > > function. Might have to add extra logic to get the same. > > But do we need configurable index here for fastboot? > > Experts, please advise. > > Some time ago we have changed syntax of all gadget related commands > (from e.g. dfu mmc 0 -> dfu 0 mmc 0) to support different controllers. > Rationale was to prepare ourself for future changes. > > IMHO it would be feasible to do the same with fastboot command. > However, lets wait for Marek's opinion. I'm all for that. Best regards, Marek Vasut