[U-Boot] [PATCH v2] mx28: Fix elftosb source link in README.mx28_common
Anatolij Gustschin
agust at denx.de
Wed Jun 27 16:14:29 CEST 2012
The documented link to elftosb package tarball is not accessible,
change to another working link.
Signed-off-by: Anatolij Gustschin <agust at denx.de>
Cc: Otavio Salvador <otavio at ossystems.com.br>
Cc: Marek Vasut <marek.vasut at gmail.com>
Cc: Fabio Estevam <festevam at gmail.com>
Acked-by: Otavio Salvador <otavio at ossystems.com.br>
---
v2:
- change package src url from timesys to DENX ftp
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 448d221..bdd11e7 100644
--- a/doc/README.mx28_common
+++ b/doc/README.mx28_common
@@ -29,14 +29,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:
--
1.7.1
More information about the U-Boot
mailing list