diff options
| author | Anatolij Gustschin <[email protected]> | 2012-06-27 04:14:29 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-07-20 23:03:27 +0200 |
| commit | 9de1c22f801b70f5dd11f60d1ef983a48db7d8cc (patch) | |
| tree | 683bde850d505a194524ddfed6e96ecff77641af /doc | |
| parent | e9fd0a00a478f7de7f2998fa6259285cb5f41a22 (diff) | |
mx28: Fix elftosb source link in README.mx28_common
The documented link to elftosb package tarball is not accessible,
change to another working link.
Signed-off-by: Anatolij Gustschin <[email protected]>
Cc: Otavio Salvador <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Acked-by: Otavio Salvador <[email protected]>
Acked-by: Detlev Zundel <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.mx28_common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.mx28_common b/doc/README.mx28_common index f73978de1f4..8bacaf8a5e5 100644 --- a/doc/README.mx28_common +++ b/doc/README.mx28_common @@ -30,14 +30,14 @@ is the "mxsboot" tool found in U-Boot source tree. Firstly, obtain the elftosb archive from the following location: - http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz + ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz We use a $VER variable here to denote the current version. At the time of writing of this document, that is "10.12.01". To obtain the file from command line, use: $ VER="10.12.01" - $ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz + $ wget ftp://ftp.denx.de/pub/tools/elftosb-${VER}.tar.gz Extract the file: |
