public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] FDT: Fix DTC repository references
@ 2014-05-27 14:12 Jon Loeliger
  2014-06-01 16:32 ` Simon Glass
  2014-06-05 22:47 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Jon Loeliger @ 2014-05-27 14:12 UTC (permalink / raw)
  To: u-boot

The Device Tree Compiler (DTC) used to have its master
repository located on jdl.com.  While it is still there,
its official, new, shiny location is on kernel.org here:

    git://git.kernel.org/pub/scm/utils/dtc/dtc.git

Update a few references to point there instead.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
---
 doc/README.fdt-control   | 4 ++--
 doc/uImage.FIT/howto.txt | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/README.fdt-control b/doc/README.fdt-control
index 86bae68..0ceebe7 100644
--- a/doc/README.fdt-control
+++ b/doc/README.fdt-control
@@ -66,11 +66,11 @@ Tools
 
 To use this feature you will need to get the device tree compiler here:
 
-	git://jdl.com/software/dtc.git
+	git://git.kernel.org/pub/scm/utils/dtc/dtc.git
 
 For example:
 
-	$ git clone git://jdl.com/software/dtc.git
+	$ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
 	$ cd dtc
 	$ make
 	$ sudo make install
diff --git a/doc/uImage.FIT/howto.txt b/doc/uImage.FIT/howto.txt
index 526be55..14e316f 100644
--- a/doc/uImage.FIT/howto.txt
+++ b/doc/uImage.FIT/howto.txt
@@ -16,7 +16,10 @@ create an uImage in the new format: mkimage and dtc, although only one
 (mkimage) is invoked directly. dtc is called from within mkimage and operates
 behind the scenes, but needs to be present in the $PATH nevertheless. It is
 important that the dtc used has support for binary includes -- refer to
-www.jdl.com for its latest version. mkimage (together with dtc) takes as input
+
+	git://git.kernel.org/pub/scm/utils/dtc/dtc.git
+
+for its latest version. mkimage (together with dtc) takes as input
 an image source file, which describes the contents of the image and defines
 its various properties used during booting. By convention, image source file
 has the ".its" extension, also, the details of its format are given in
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] FDT: Fix DTC repository references
  2014-05-27 14:12 [U-Boot] [PATCH] FDT: Fix DTC repository references Jon Loeliger
@ 2014-06-01 16:32 ` Simon Glass
  2014-06-05 22:47 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2014-06-01 16:32 UTC (permalink / raw)
  To: u-boot

On 27 May 2014 08:12, Jon Loeliger <jon.loeliger@oracle.com> wrote:
> The Device Tree Compiler (DTC) used to have its master
> repository located on jdl.com.  While it is still there,
> its official, new, shiny location is on kernel.org here:
>
>     git://git.kernel.org/pub/scm/utils/dtc/dtc.git
>
> Update a few references to point there instead.
>
> Signed-off-by: Jon Loeliger <jdl@jdl.com>

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] FDT: Fix DTC repository references
  2014-05-27 14:12 [U-Boot] [PATCH] FDT: Fix DTC repository references Jon Loeliger
  2014-06-01 16:32 ` Simon Glass
@ 2014-06-05 22:47 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2014-06-05 22:47 UTC (permalink / raw)
  To: u-boot

On Tue, May 27, 2014 at 09:12:48AM -0500, Jon Loeliger wrote:

> The Device Tree Compiler (DTC) used to have its master
> repository located on jdl.com.  While it is still there,
> its official, new, shiny location is on kernel.org here:
> 
>     git://git.kernel.org/pub/scm/utils/dtc/dtc.git
> 
> Update a few references to point there instead.
> 
> Signed-off-by: Jon Loeliger <jdl@jdl.com>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140605/a19a1602/attachment.pgp>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-05 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 14:12 [U-Boot] [PATCH] FDT: Fix DTC repository references Jon Loeliger
2014-06-01 16:32 ` Simon Glass
2014-06-05 22:47 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox