Skip to content

Commit

Permalink
Update helper - scarthgap: xilinx repos to scarthgap branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed May 21, 2024
1 parent 2b4c7e4 commit 9b04ce8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_XILINX_BRANCH="rel-v2023.2"
fi
if [ "${BRANCH}" == "scarthgap" ]
then
SPECIAL_XILINX_BRANCH="master"
fi

if [ "${BRANCH}" != "kirkstone" ]
then
Expand Down Expand Up @@ -285,10 +281,6 @@ if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_XILINX_TOOLS_BRANCH="rel-v2023.2"
fi
if [ "${BRANCH}" == "scarthgap" ]
then
SPECIAL_XILINX_TOOLS_BRANCH="master"
fi

if [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "zeus" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ] || [ "${BRANCH}" == "langdale" ] || [ "${BRANCH}" == "mickledore" ] || [ "${BRANCH}" == "nanbield" ] || [ "${BRANCH}" == "scarthgap" ]
then
Expand Down

0 comments on commit 9b04ce8

Please sign in to comment.