From 67648f33b15ddeb27597e38f1c3c12c5f274f735 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 3 Feb 2020 21:07:49 +0000 Subject: [PATCH] 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 --- recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" DEPENDS = "libusb1" -SRCREV = "29fa8ab592924cf2294584b4a407f0a76858b60e" +SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=http" PV = "1.0+${SRCPV}" -- 2.40.1