summaryrefslogtreecommitdiffstats
path: root/doc/README.fdt-control
diff options
context:
space:
mode:
authorJon Loeliger <jon.loeliger@oracle.com>2014-05-27 09:12:48 -0500
committerTom Rini <trini@ti.com>2014-06-05 14:44:56 -0400
commit5f65826b1bbe155d839db7c92dca4653f0dcf025 (patch)
treed2825f444a2ee9c7705f085c9e09bd2644bdcc35 /doc/README.fdt-control
parent60bf94169366acaf7dafeb30d7439af366f2c585 (diff)
downloadtalos-obmc-uboot-5f65826b1bbe155d839db7c92dca4653f0dcf025.tar.gz
talos-obmc-uboot-5f65826b1bbe155d839db7c92dca4653f0dcf025.zip
FDT: Fix DTC repository references
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>
Diffstat (limited to 'doc/README.fdt-control')
-rw-r--r--doc/README.fdt-control4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.fdt-control b/doc/README.fdt-control
index 86bae6816d..0ceebe7aa6 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
OpenPOWER on IntegriCloud