summaryrefslogtreecommitdiff
path: root/bsp
diff options
context:
space:
mode:
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 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