diff --git a/manifest-tools/update-helper.sh b/manifest-tools/update-helper.sh index 21cdbad..8d751dd 100755 --- a/manifest-tools/update-helper.sh +++ b/manifest-tools/update-helper.sh @@ -472,14 +472,6 @@ fi # meta-raspberrypi SPECIAL_RASPBERRYPI_BRANCH=${BRANCH} -if [ "${BRANCH}" == "nanbield" ] - then - SPECIAL_RASPBERRYPI_BRANCH="master" -fi -if [ "${BRANCH}" == "scarthgap" ] - then - SPECIAL_RASPBERRYPI_BRANCH="master" -fi if [ -d "meta-raspberrypi" ] then cd meta-raspberrypi || exit