From d17004a81d9ed9ec6e59dc33828726deda147ccd Mon Sep 17 00:00:00 2001
From: Nathaniel Graff <nathaniel.graff@sifive.com>
Date: Tue, 12 Mar 2019 15:01:58 -0700
Subject: Fix elf2hex submodule url

Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3