summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-02-03 21:07:49 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-03 18:54:42 -0300
commit67648f33b15ddeb27597e38f1c3c12c5f274f735 (patch)
tree1bcccd8439430a4c05713adb079bedc69de3c768 /recipes-devtools
parentcc3b392c0857d0f9cb248580e000354558d41b8d (diff)
downloadmeta-freescale-67648f33b15ddeb27597e38f1c3c12c5f274f735.tar.gz
imx-usb-loader: bump to revision f009770
Following changes are included: f009770 imx_sdp: don't try to load hdmi firmware c5c4d28 add SPDS protocol support, imx8mn(nano) 15dbbd7 tests: add pid 0x1001 353791c tests: add pids 0x0134/0x1000 06fb581 tests: pid=0x0080 is for mx6ull 6b07a0a mx8mm_usb_sdp_spl.conf/ mx8mm_usb_work.conf: s/imx-mkimage/u-boot-imx6/ b00b0e2 mx8mq_usb_work.conf: load flash.bin from u-boot-imx6 directory bda7ab6 add mx8mq_usb_sdp_spl.conf 7984efc Moving libusb_free_device_list to get imx_usb to work on Windows. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
index 79dbfe0e..c5f51983 100644
--- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
+++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6DEPENDS = "libusb1" 6DEPENDS = "libusb1"
7 7
8SRCREV = "29fa8ab592924cf2294584b4a407f0a76858b60e" 8SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb"
9SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http" 9SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http"
10 10
11PV = "1.0+${SRCPV}" 11PV = "1.0+${SRCPV}"