diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-06-06 17:15:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 17:15:06 -0700 |
commit | 41f9c8ccc90899bb3f87fed0e5c2423d5a190921 (patch) | |
tree | a20c86872cf47dadbbe2b2116e9d39627704b574 /bsp | |
parent | 55322c92d7028f98ff3be82009cb163a11c6b14f (diff) | |
parent | eed0f805fc177cf54867b8b79d6fc7b3796f778f (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-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 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 |