summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBunnaroath Sou <35707615+bsousi5@users.noreply.github.com>2019-06-06 17:15:06 -0700
committerGitHub <noreply@github.com>2019-06-06 17:15:06 -0700
commit41f9c8ccc90899bb3f87fed0e5c2423d5a190921 (patch)
treea20c86872cf47dadbbe2b2116e9d39627704b574
parent55322c92d7028f98ff3be82009cb163a11c6b14f (diff)
parenteed0f805fc177cf54867b8b79d6fc7b3796f778f (diff)
Merge pull request #271 from sifive/submodule-fdt
Adding Freedom-devicetree-tools as a submodule for the two to be in sync
-rw-r--r--.gitmodules3
-rwxr-xr-xbsp/update-targets.sh2
m---------freedom-devicetree-tools0
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 5a5ede0..d26aa25 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 aa23e2880d81a655f7150e459b9c3b0d938b11f