rpi-update: Fix missing default to master from last commit

This commit is contained in:
Dom Cobley
2024-04-24 14:43:46 +01:00
parent e869486872
commit e17bbc8019

View File

@@ -735,6 +735,9 @@ command -v readelf >/dev/null 2>&1 || {
exit 1
}
FW_REV_IN=${FW_REV_IN:-master}
BOOTLOADER_REV_IN=${BOOTLOADER_REV_IN:-master}
ARTIFACT=""
BUILD=""
FW_REV=""