build.py: Allow GCN setting on real_model build

This commit is contained in:
Mykola Grymalyuk
2021-12-22 15:33:22 -07:00
parent 7c21628ea2
commit 8233e15e42
+1 -1
View File
@@ -587,7 +587,7 @@ class BuildOpenCore:
"CAIL,CAIL_DisableVCEPowerGating": 1, "CAIL,CAIL_DisableVCEPowerGating": 1,
"agdpmod": "pikera", "agdpmod": "pikera",
}) })
elif self.constants.imac_model == "Legacy GCN": if self.constants.imac_model == "Legacy GCN":
print("- Adding Legacy GCN Power Gate Patches") print("- Adding Legacy GCN Power Gate Patches")
self.config["DeviceProperties"]["Add"][backlight_path].update({ self.config["DeviceProperties"]["Add"][backlight_path].update({
"rebuild-device-tree": 1, "rebuild-device-tree": 1,