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

Commit

Permalink
update-targets.sh copies DTS into core.dts
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
  • Loading branch information
nategraff-sifive committed Mar 18, 2020
1 parent a353d73 commit ed1b1fb
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 ed1b1fb

Please sign in to comment.