ARM: tegra: clear $usb_need_init each boot
[platform/kernel/u-boot.git] / include / configs / tegra-common-post.h
index 020b9b1..e1a3bbc 100644 (file)
@@ -99,6 +99,7 @@
        BOOTCMDS_DHCP
 
 #define CONFIG_BOOTCOMMAND \
+       "set usb_need_init; " \
        "for target in ${boot_targets}; do run bootcmd_${target}; done"
 
 #endif