From 8233e15e42549785add0cc59c02081fd993c6153 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Wed, 22 Dec 2021 15:33:22 -0700 Subject: [PATCH] build.py: Allow GCN setting on real_model build --- resources/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build.py b/resources/build.py index 5e951ab20..2389a8f34 100644 --- a/resources/build.py +++ b/resources/build.py @@ -587,7 +587,7 @@ class BuildOpenCore: "CAIL,CAIL_DisableVCEPowerGating": 1, "agdpmod": "pikera", }) - elif self.constants.imac_model == "Legacy GCN": + if self.constants.imac_model == "Legacy GCN": print("- Adding Legacy GCN Power Gate Patches") self.config["DeviceProperties"]["Add"][backlight_path].update({ "rebuild-device-tree": 1,