diff options
| author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-30 13:44:30 -0800 | 
|---|---|---|
| committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-04 12:20:52 -0800 | 
| commit | 508c169463eeddfd5eef8b0e6f928fa848dd46c0 (patch) | |
| tree | 9c689438f7a2e5670d2bdd910340e7cd7b5f1a2a | |
| parent | d9a6c0abd5e98697aae8273342961895512890bf (diff) | |
Move freedom-mee to freedom-metal and update for rename
Update metal submodule for rename
| -rw-r--r-- | .gitmodules | 6 | ||||
| m--------- | freedom-mee | 0 | ||||
| m--------- | freedom-metal | 0 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index ec643f0..a304a8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@  [submodule "software/hello"]  	path = software/hello  	url = https://github.com/sifive/example-hello.git -[submodule "freedom-mee"] -	path = freedom-mee -	url = https://github.com/sifive/freedom-mee.git +[submodule "freedom-metal"] +	path = freedom-metal +	url = https://github.com/sifive/freedom-metal.git  [submodule "scripts/elf2hex"]  	path = scripts/elf2hex  	url = ../elf2hex diff --git a/freedom-mee b/freedom-mee deleted file mode 160000 -Subproject b2faac6162121b42ee05d77d0506a4d2a729519 diff --git a/freedom-metal b/freedom-metal new file mode 160000 +Subproject 28bf5d242c05da6bb1a7dacd6e6481388913290  | 
