diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rwxr-xr-x | bsp/update-targets.sh | 2 | ||||
m--------- | freedom-devicetree-tools | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a166706..6feb833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "software/coremark"] path = software/coremark url = https://github.com/sifive/benchmark-coremark.git +[submodule "freedom-devicetree-tools"] + path = freedom-devicetree-tools + url = git@github.com:sifive/freedom-devicetree-tools.git diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index e3b2496..63d7e24 100755 --- a/bsp/update-targets.sh +++ b/bsp/update-targets.sh @@ -70,7 +70,7 @@ else echo "[INFO] $0: "$CUSTOM_TARGET" not found! Creating one" >&2 mkdir -p $CUSTOM_TARGET fi - cp $DTSFILE $CUSTOM_TARGET + cp $DTSFILE "$CUSTOM_TARGET/design.dts" TARGET_LIST="$CUSTOM_TARGET " fi diff --git a/freedom-devicetree-tools b/freedom-devicetree-tools new file mode 160000 +Subproject f81e349c5b6607723b4b38df01bb517e5748e62 |