Home
last modified time | relevance | path

Searched hist:ada03c3c3d41ba9b9886c5d4ba75e744c2b0cf88 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dti_omap5_common.hada03c3c3d41ba9b9886c5d4ba75e744c2b0cf88 Mon Oct 24 15:41:11 UTC 2016 Semen Protsenko <semen.protsenko@linaro.org> ti_omap5_common: Respect USB controller number in fastboot

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 toprovide correct USB
controller number to "fastboot" command.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>