[U-Boot] [PATCH v1] doc: update imx_usb_loader URL

From: Stefan Agner stefan.agner@toradex.com
The changes required to use U-Boot's Serial Download Protocol implementation are now available in upstream imx_usb_loader repository. Update the URL accordingly.
Signed-off-by: Stefan Agner stefan.agner@toradex.com ---
doc/README.sdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.sdp b/doc/README.sdp index 9b438c0746..178ea688a7 100644 --- a/doc/README.sdp +++ b/doc/README.sdp @@ -14,7 +14,7 @@ SoC's recovery mechanism is using. The SDP protocol over USB is a USB HID class protocol. USB HID class protocols allow to access a USB device without OS specific drivers. The U-Boot implementation has primarly been tested using the open source -imx_loader utility (https://github.com/toradex/imx_loader). +imx_loader utility (https://github.com/boundarydevices/imx_usb_loader).
The host side utilities are typically capable to interpret the i.MX specific image header (see doc/README.imximage). There are extensions

On Tue, Oct 03, 2017 at 04:43:26PM +0200, Stefan Agner wrote:
From: Stefan Agner stefan.agner@toradex.com
The changes required to use U-Boot's Serial Download Protocol implementation are now available in upstream imx_usb_loader repository. Update the URL accordingly.
Signed-off-by: Stefan Agner stefan.agner@toradex.com
Reviewed-by: Tom Rini trini@konsulko.com

On 03/10/2017 16:43, Stefan Agner wrote:
From: Stefan Agner stefan.agner@toradex.com
The changes required to use U-Boot's Serial Download Protocol implementation are now available in upstream imx_usb_loader repository. Update the URL accordingly.
Signed-off-by: Stefan Agner stefan.agner@toradex.com
doc/README.sdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.sdp b/doc/README.sdp index 9b438c0746..178ea688a7 100644 --- a/doc/README.sdp +++ b/doc/README.sdp @@ -14,7 +14,7 @@ SoC's recovery mechanism is using. The SDP protocol over USB is a USB HID class protocol. USB HID class protocols allow to access a USB device without OS specific drivers. The U-Boot implementation has primarly been tested using the open source -imx_loader utility (https://github.com/toradex/imx_loader). +imx_loader utility (https://github.com/boundarydevices/imx_usb_loader).
The host side utilities are typically capable to interpret the i.MX specific image header (see doc/README.imximage). There are extensions
Applied to u-boot-imx, -master, thanks !
Best regards, Stefano Babic
participants (3)
-
Stefan Agner
-
Stefano Babic
-
Tom Rini