diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-10-03 16:43:26 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-10-12 17:31:16 +0200 |
commit | accb428402ca8ba95a0e01747a94b94d76c410dd (patch) | |
tree | 8d6f0f5d9d4b7b308232d32208045712a51e8dde /doc | |
parent | 6963204c4cdc61c3f9daed6fd644b722f3c81a09 (diff) | |
download | u-boot-accb428402ca8ba95a0e01747a94b94d76c410dd.tar.gz u-boot-accb428402ca8ba95a0e01747a94b94d76c410dd.tar.bz2 u-boot-accb428402ca8ba95a0e01747a94b94d76c410dd.zip |
doc: update imx_usb_loader URL
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.sdp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |