summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-04-25 18:34:55 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-18 13:03:50 +0200
commitf66aa597b9354bbddcc70c02450bc2f2e6b24862 (patch)
tree1d62d6d2dd6dc4b4e0a6660c52713113f9ef9e77
parent529a2981915e52cd6a9f4772af65ac225d29f754 (diff)
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 <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-devtools/imx-loader/imx-loader/mx6_usb_rom.conf2
-rw-r--r--recipes-devtools/imx-loader/imx-loader/mx6_usb_sdp_spl.conf2
-rw-r--r--recipes-devtools/imx-loader/imx-loader/mx6ull_usb_rom.conf2
-rw-r--r--recipes-devtools/imx-loader/imx-loader/mx7_usb_rom.conf2
4 files changed, 4 insertions, 4 deletions
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