commit | d19635350285d0e36bbb21a7b1b2717b55044679 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Tue Jan 06 14:27:42 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Jan 18 12:31:35 2015 +0100 |
tree | 7c3754ffa1292d797b32fdaf517b426445638f21 | |
parent | 2af8256e87f81705c597462a7f412a0b5a332df9 [diff] |
config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB scans Now that "usb start" will only start usb if not already started, we can simply call "usb start" whenever we (may) need access to usb devices, and it will only actually scan the bus at the first call. Signed-off-by: Hans de Goede <hdegoede@redhat.com>