summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
authorBunnaroath Sou <bsou@sifive.com>2019-06-06 12:10:05 -0700
committerBunnaroath Sou <bsou@sifive.com>2019-06-06 12:10:05 -0700
commitebeb434faa4a68239fa2891d3c5fcf7a4ca8ab4a (patch)
treee61a4ef6e65b084cea95d062f2fc483338927266 /bsp
parent7cfed3f075a8061270fb72fcf1ed3c7c46803761 (diff)
Submodule the freedom-devicetree-tools keep both in sync
Diffstat (limited to 'bsp')
-rwxr-xr-xbsp/update-targets.sh2
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