From 508c169463eeddfd5eef8b0e6f928fa848dd46c0 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 30 Jan 2019 13:44:30 -0800 Subject: Move freedom-mee to freedom-metal and update for rename Update metal submodule for rename --- .gitmodules | 6 +++--- freedom-mee | 1 - freedom-metal | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 freedom-mee create mode 160000 freedom-metal 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 index b2faac6..0000000 --- a/freedom-mee +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b2faac6162121b42ee05d77d0506a4d2a729519d diff --git a/freedom-metal b/freedom-metal new file mode 160000 index 0000000..28bf5d2 --- /dev/null +++ b/freedom-metal @@ -0,0 +1 @@ +Subproject commit 28bf5d242c05da6bb1a7dacd6e6481388913290a -- cgit v1.2.1-18-gbd029