diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-04-18 14:46:53 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2013-04-18 13:50:53 +0200 |
commit | 98f6360569b1fbc1d94f6c8d7808577e4e5e0100 (patch) | |
tree | 53bb8510d7be40808f71fe175aa778d060cabd13 /.gitmodules | |
parent | 79f3b12f7072d592dcddfe71dd846eab3be310ea (diff) |
dtc: add submodule
Add dtc submodule as a fallback for old distros.
Picking version 1.3.0. as this is the most recently tagged stable version.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cfa2af9f7a..b426ea605a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "pixman"] path = pixman url = git://anongit.freedesktop.org/pixman +[submodule "dtc"] + path = dtc + url = git://git.qemu.org/dtc.git |