defaults.py: Don’t grab RE’s CPU name

This commit is contained in:
Mykola Grymalyuk
2023-04-03 13:48:16 -06:00
parent 9439c39437
commit 0f95d6a1bb
5 changed files with 1 additions and 27 deletions
-6
View File
@@ -146,12 +146,6 @@ class GenerateDefaults:
self.constants.custom_serial_number = ""
self.constants.custom_board_serial_number = ""
custom_cpu_model_value = utilities.get_nvram("revcpuname", "4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102", decode=True)
if custom_cpu_model_value is not None:
# TODO: Fix to not use two separate variables
self.constants.custom_cpu_model = 1
self.constants.custom_cpu_model_value = custom_cpu_model_value.split("%00")[0]
def _networking_probe(self) -> None:
"""