[PATCH] imx-usb-loader: Add i.MX6ul support

Florian Vallee fvallee at eukrea.fr
Tue Dec 15 09:29:11 PST 2015


Signed-off-by: Florian Vallee <fvallee at eukrea.fr>
---
 scripts/imx/imx-usb-loader.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
index 94b3763..c1b7be2 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -110,7 +110,14 @@ struct mach_id imx_ids[] = {
 		.header_type = HDR_MX53,
 		.mode = MODE_HID,
 		.max_transfer = 1024,
-	}, {
+	},   {
+		.vid = 0x15a2,
+		.pid = 0x007d,
+		.name = "i.MX6ul",
+		.header_type = HDR_MX53,
+		.mode = MODE_HID,
+		.max_transfer = 1024,
+	},   {
 		.vid = 0x15a2,
 		.pid = 0x0041,
 		.name = "i.MX51",
-- 
2.1.4




More information about the barebox mailing list