summaryrefslogtreecommitdiffstats
path: root/scripts/imx
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2017-03-07 12:22:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-09 07:57:52 +0100
commit3ca576cc4a4236a2556ab172b524c1e50e9ee4ad (patch)
tree3522e858cf62f6cd705da017f623c8e0e12afad6 /scripts/imx
parent701f728c2a79628fbbb4f1a57e576ce5c5c8afd6 (diff)
downloadbarebox-3ca576cc4a4236a2556ab172b524c1e50e9ee4ad.tar.gz
barebox-3ca576cc4a4236a2556ab172b524c1e50e9ee4ad.tar.xz
scripts: imx/mxs remove mxs-usb-loader
... and use imx-usb-loader instead Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/imx')
-rw-r--r--scripts/imx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/imx/Kconfig b/scripts/imx/Kconfig
new file mode 100644
index 0000000000..fda9c639c1
--- /dev/null
+++ b/scripts/imx/Kconfig
@@ -0,0 +1,7 @@
+config ARCH_IMX_USBLOADER
+ depends on ARCH_MXS || ARCH_IMX
+ bool "compile imx-usb-loader"
+ help
+ imx-usb-loader is a tool to upload and start imximages to an i.MX SoC
+ in ROM boot mode. It requires libusb, so make sure you have the libusb
+ devel package installed on your machine.