summaryrefslogtreecommitdiff
path: root/bsp
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 /bsp
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
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