diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt index 281586866..b66a62536 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt @@ -179,7 +179,6 @@ fi # - Erase the 'update' partition # - Configure recovery to wipe 'update' partition # - Run 'recovery' and let the system boot after -# NOTE: insert some 'usb reset' commands to avoid EHCI timeouts setenv bootcmd " env default -a; setenv dualboot ${dualboot}; @@ -228,9 +227,6 @@ setenv bootcmd " exit; fi; fi; - if test "${INSTALL_MEDIA}" = "usb"; then - usb reset; - fi; echo \"\"; echo \"\"; echo \">> Installing file ${INSTALL_ROOTFS_FILENAME} on rootfs_a\";