From 27114b30bca48b51131f697d3211e8e9f3d08e1b Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 9 Dec 2014 18:26:52 +0100 Subject: scripts: Add mxs-usb-loader tool This is directly taken from the rockbox projects sbloader tool, just renamed to mxs-usb-loader to avoid confusion with bareboxes several different image tools. Signed-off-by: Sascha Hauer --- arch/arm/mach-mxs/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch/arm/mach-mxs/Kconfig') diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 214f9404df..997e326474 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -134,4 +134,11 @@ endif endmenu +config ARCH_MXS_USBLOADER + bool "compile mxs-usb-loader" + help + mxs-usb-loader is a tool to upload and start mxs bootstream images 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. + endif -- cgit v1.2.3