Skip to content

Commit

Permalink
Scripts: point Xilinx repos to rel-v2023.2 in langdale
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Mar 29, 2024
1 parent d5edc46 commit 1b0a8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ if [ "${BRANCH}" == "honister" ]
fi
if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_XILINX_BRANCH="rel-v2023.1"
SPECIAL_XILINX_BRANCH="rel-v2023.2"
fi
if [ "${BRANCH}" == "scarthgap" ]
then
Expand Down Expand Up @@ -290,7 +290,7 @@ if [ "${BRANCH}" == "honister" ]
fi
if [ "${BRANCH}" == "langdale" ]
then
SPECIAL_XILINX_TOOLS_BRANCH="rel-v2023.1"
SPECIAL_XILINX_TOOLS_BRANCH="rel-v2023.2"
fi
if [ "${BRANCH}" == "scarthgap" ]
then
Expand Down

0 comments on commit 1b0a8f7

Please sign in to comment.