Re: [U-Boot] [PATCH 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-24 Thread Sam Protsenko
On Fri, Oct 21, 2016 at 2:19 PM, Tom Rini wrote: > On Thu, Oct 20, 2016 at 06:58:29PM +0300, Sam Protsenko wrote: > >> On "fastboot reboot-bootloader" we check "dofastboot" variable and do >> "fastboot 0" command in U-Boot if it's 1. But there are boards which have >> USB controller number other t

Re: [U-Boot] [PATCH 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-21 Thread Tom Rini
On Thu, Oct 20, 2016 at 06:58:29PM +0300, Sam Protsenko wrote: > On "fastboot reboot-bootloader" we check "dofastboot" variable and do > "fastboot 0" command in U-Boot if it's 1. But there are boards which have > USB controller number other than 0, so it should be respected when > performing "fast

[U-Boot] [PATCH 2/4] ti_omap5_common: Respect USB controller number in fastboot

2016-10-20 Thread Sam Protsenko
On "fastboot reboot-bootloader" we check "dofastboot" variable and do "fastboot 0" command in U-Boot if it's 1. But there are boards which have USB controller number other than 0, so it should be respected when performing "fastboot" command. This patch reuses CONFIG_FASTBOOT_USB_DEV option toprovi