diff --git a/resources/build/firmware.py b/resources/build/firmware.py index 2b2758cb5..82fa86a00 100644 --- a/resources/build/firmware.py +++ b/resources/build/firmware.py @@ -50,8 +50,6 @@ class BuildFirmware: if not self.model in smbios_data.smbios_dictionary: return - if not "Max OS Supported" in smbios_data.smbios_dictionary[self.model]: - return if smbios_data.smbios_dictionary[self.model]["Max OS Supported"] >= os_data.os_data.monterey and self.model != "MacPro6,1": logging.info("- Enabling Boot Logo patch")