diff options
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | software/example-coreip-welcome | 0 | ||||
m--------- | software/sifive-welcome | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index fc5bf3f..bd6e9c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,6 +37,6 @@ [submodule "software/empty"] path = software/empty url = https://github.com/sifive/example-empty.git -[submodule "software/example-coreip-welcome"] - path = software/example-coreip-welcome - url = https://github.com/sifive/example-coreip-welcome +[submodule "software/sifive-welcome"] + path = software/sifive-welcome + url = https://github.com/sifive/sifive-welcome diff --git a/software/example-coreip-welcome b/software/example-coreip-welcome deleted file mode 160000 -Subproject 36ee89aacc5a6b263673adcd7fc4b410dcf6c08 diff --git a/software/sifive-welcome b/software/sifive-welcome new file mode 160000 +Subproject 7c179f11112c56f6eea9001eeb6142dd09bf578 |