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/mx6_usb_rom.conf | 2 +- recipes-devtools/imx-loader/imx-loader/mx6_usb_sdp_spl.conf | 2 +- recipes-devtools/imx-loader/imx-loader/mx6ull_usb_rom.conf | 2 +- recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/imx-loader/imx-loader/mx6_usb_rom.conf b/recipes-devtools/imx-loader/imx-loader/mx6_usb_rom.conf index d6dd660..6faa308 100644 --- a/recipes-devtools/imx-loader/imx-loader/mx6_usb_rom.conf +++ b/recipes-devtools/imx-loader/imx-loader/mx6_usb_rom.conf @@ -2,4 +2,4 @@ mx6_qsb #hid/bulk,[old_header,]max packet size, {ram start, ram size}(repeat valid ram areas) hid,1024,0x910000,0x10000000,1G,0x00900000,0x40000 #[specify file with valid IVT] -SPL:jump header2 +SPL:jump header diff --git a/recipes-devtools/imx-loader/imx-loader/mx6_usb_sdp_spl.conf b/recipes-devtools/imx-loader/imx-loader/mx6_usb_sdp_spl.conf index f6a768f..23861c6 100644 --- a/recipes-devtools/imx-loader/imx-loader/mx6_usb_sdp_spl.conf +++ b/recipes-devtools/imx-loader/imx-loader/mx6_usb_sdp_spl.conf @@ -2,4 +2,4 @@ mx6_spl_sdp #hid/bulk,[old_header,]max packet size, {ram start, ram size}(repeat valid ram areas) #In SPL, we typically load u-boot.img which has a U-boot header... hid,uboot_header,1024,0x10000000,1G,0x00907000,0x31000 -u-boot.img:jump header2 +u-boot.img:jump header diff --git a/recipes-devtools/imx-loader/imx-loader/mx6ull_usb_rom.conf b/recipes-devtools/imx-loader/imx-loader/mx6ull_usb_rom.conf index 1a1829f..dd4e12a 100644 --- a/recipes-devtools/imx-loader/imx-loader/mx6ull_usb_rom.conf +++ b/recipes-devtools/imx-loader/imx-loader/mx6ull_usb_rom.conf @@ -2,4 +2,4 @@ mx6ull #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-nand.imx:dcd,jump header2 +u-boot-nand.imx:dcd,jump header 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