diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-06-07 20:19:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-07 20:19:58 +0000 |
commit | 2c00d003b2e5bff9cab4c8514288806f418ab985 (patch) | |
tree | 008d258340a9b1b63322cdb29b2085177565113f /.gitmodules | |
parent | 41f9c8ccc90899bb3f87fed0e5c2423d5a190921 (diff) | |
parent | 97073e1c262e0a1dbcbdc3869c4a4ec2ce916141 (diff) |
Merge pull request #278 from sifive/fix-dtt-url
Fix DeviceTree tools submodule URL
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6feb833..fd90c58 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,4 +57,4 @@ url = https://github.com/sifive/benchmark-coremark.git [submodule "freedom-devicetree-tools"] path = freedom-devicetree-tools - url = git@github.com:sifive/freedom-devicetree-tools.git + url = https://github.com/sifive/freedom-devicetree-tools.git |