From f66aa597b9354bbddcc70c02450bc2f2e6b24862 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 25 Apr 2018 18:34:55 +0200 Subject: imx-loader: fix imx_usb configuration files The string "header" refers to which imx header the utility should try to use. Some binaries seem to have 2 headers, and header2 refers to the second. Our binaries have only 1 header, but imx_usb seems to fall back in that case. This might not be the case with newer imx_usb utilities. Specifying just "header" is correct and works in all version of imx_usb. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf') diff --git a/recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf b/recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf index 9e42215..77b3725 100644 --- a/recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf +++ b/recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf @@ -2,4 +2,4 @@ mx7 #hid/bulk,[old_header,]max packet size, {ram start, ram size}(repeat valid ram areas) hid,1024,0x910000,0x80000000,1G,0x00900000,0x20000 #[specify file with valid IVT] -u-boot.imx:dcd,jump header2 +u-boot.imx:dcd,jump header -- cgit v1.2.3