summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-09-03 21:32:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-07 07:40:28 +0200
commit6e64774331c95258f73694364a9514e0911f7ede (patch)
tree089c6fd907be4254f5ab7182cedde5a3129c5e9d /scripts
parentbcc2df673cdbbf814e6794e124c628c901185b06 (diff)
downloadbarebox-6e64774331c95258f73694364a9514e0911f7ede.tar.gz
barebox-6e64774331c95258f73694364a9514e0911f7ede.tar.xz
scripts: imx-usb-loader: make i.MX6SoloX better to type
Now that users can select the device type on the command line, having a name without whitespace makes input for that device type easier. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/imx/imx-usb-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/imx/imx-usb-loader.c b/scripts/imx/imx-usb-loader.c
index 53e1c7ebb5..4336bc8d53 100644
--- a/scripts/imx/imx-usb-loader.c
+++ b/scripts/imx/imx-usb-loader.c
@@ -160,7 +160,7 @@ static const struct mach_id imx_ids[] = {
}, {
.vid = 0x15a2,
.pid = 0x0071,
- .name = "i.MX6 SoloX",
+ .name = "i.MX6SoloX",
.header_type = HDR_MX53,
.mode = MODE_HID,
.max_transfer = 1024,