Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #443 from sifive/fix-update-targets
Browse files Browse the repository at this point in the history
update-targets.sh copies DTS into core.dts
  • Loading branch information
nategraff-sifive authored Mar 18, 2020
2 parents e2ac483 + ed1b1fb commit 3c8a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/update-targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
echo "[INFO] $0: "$CUSTOM_TARGET" not found! Creating one" >&2
mkdir -p $CUSTOM_TARGET
fi
cp $DTSFILE "$CUSTOM_TARGET/design.dts"
cp $DTSFILE "$CUSTOM_TARGET/core.dts"
TARGET_LIST="$CUSTOM_TARGET "
fi

Expand Down

0 comments on commit 3c8a23a

Please sign in to comment.