Home
last modified time | relevance | path

Searched hist:"09266 b270fb8bba934317d2d5a22063ac45bf960" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dtegra-common-post.h09266b270fb8bba934317d2d5a22063ac45bf960 Thu Jan 23 20:17:05 UTC 2014 Stephen Warren <swarren@nvidia.com> ARM: tegra: clear $usb_need_init each boot

$usb_need_init prevents "usb start" from being run multiple times for
each boot attempt, i.e. once for USB storage, another for PXE, and
another for DHCP. However, the flag that's used to determine when to run
"usb start" is never cleared, so a subsequent "boot" command will never
probe for a freshly plugged in USB device. Fix this so that new USB
devices will be probed once per boot attempt.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>