diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-12 15:01:58 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-12 15:01:58 -0700 |
commit | d17004a81d9ed9ec6e59dc33828726deda147ccd (patch) | |
tree | 3d2ce5059f3cc2f24e11bcd4a4c5e3bde62cf0c1 | |
parent | 97273d31d812b3ead12fa050fd90c03dafa4f26c (diff) |
Fix elf2hex submodule url
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 28db658..fc5bf3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,7 @@ url = https://github.com/sifive/freedom-metal.git [submodule "scripts/elf2hex"] path = scripts/elf2hex - url = ../elf2hex + url = https://github.com/sifive/elf2hex.git [submodule "software/example-itim"] path = software/example-itim url = https://github.com/sifive/example-itim.git |