commit | f78d348cb8a4f5f69a80f914e84eabd8663783a3 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Jun 04 10:59:23 2012 +0000 |
committer | Albert ARIBAUD (U-Boot) <uboot@lilith.(none)> | Mon Jul 09 22:44:33 2012 +0200 |
tree | d7c0779df1a5e5dad957816f7be9be96a5eebb9c | |
parent | 03cddf28ebbaf402cdac495b71d7fb1bc5fa252f [diff] |
tegra: bootcmd: start USB only when needed Instead of initializing USB as soon as bootcmd is executed, defer it until the first boot device that (potentially in the case of network) uses USB is scanned. This avoids initializing USB when booting from MMC, so speeds that up. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>