diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-06-06 12:10:05 -0700 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-06-06 12:10:05 -0700 |
commit | ebeb434faa4a68239fa2891d3c5fcf7a4ca8ab4a (patch) | |
tree | e61a4ef6e65b084cea95d062f2fc483338927266 /bsp | |
parent | 7cfed3f075a8061270fb72fcf1ed3c7c46803761 (diff) |
Submodule the freedom-devicetree-tools keep both in sync
Diffstat (limited to 'bsp')
-rwxr-xr-x | bsp/update-targets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |