mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Fix typo (#42)
This commit is contained in:
@@ -29,13 +29,13 @@ class ConfigProdigy:
|
||||
booter_mmiowhitelist.append({
|
||||
"Address": 4284481536,
|
||||
"Comment": "MMIO 0xFF600000",
|
||||
"Enable": True
|
||||
"Enabled": True
|
||||
})
|
||||
elif "B650" in motherboard_chipset or "X670" in motherboard_chipset:
|
||||
booter_mmiowhitelist.append({
|
||||
"Address": 4244635648,
|
||||
"Comment": "MMIO 0xFD000000",
|
||||
"Enable": True
|
||||
"Enabled": True
|
||||
})
|
||||
|
||||
return booter_mmiowhitelist
|
||||
@@ -616,4 +616,4 @@ class ConfigProdigy:
|
||||
config["NVRAM"]["Delete"]["4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102"] = list(config["NVRAM"]["Add"]["4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102"].keys())
|
||||
config["NVRAM"]["Delete"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"] = list(config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"].keys())
|
||||
|
||||
return config
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user