diff options
author | Jon Loeliger <jon.loeliger@oracle.com> | 2014-05-27 09:12:48 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-05 14:44:56 -0400 |
commit | 5f65826b1bbe155d839db7c92dca4653f0dcf025 (patch) | |
tree | d2825f444a2ee9c7705f085c9e09bd2644bdcc35 /doc/uImage.FIT/howto.txt | |
parent | 60bf94169366acaf7dafeb30d7439af366f2c585 (diff) | |
download | u-boot-imx-5f65826b1bbe155d839db7c92dca4653f0dcf025.zip u-boot-imx-5f65826b1bbe155d839db7c92dca4653f0dcf025.tar.gz u-boot-imx-5f65826b1bbe155d839db7c92dca4653f0dcf025.tar.bz2 |
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/uImage.FIT/howto.txt')
-rw-r--r-- | doc/uImage.FIT/howto.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |