The NVR name is now obtained from the selected machine BIOS type if applicable.
This commit is contained in:
@@ -194,7 +194,7 @@ catalyst_flash_init(UNUSED(const device_t *info))
|
||||
|
||||
dev = calloc(1, sizeof(flash_t));
|
||||
|
||||
sprintf(flash_path, "%s.bin", machine_get_internal_name_ex(machine));
|
||||
sprintf(flash_path, "%s.bin", machine_get_nvr_name_ex(machine));
|
||||
|
||||
mem_mapping_disable(&bios_mapping);
|
||||
mem_mapping_disable(&bios_high_mapping);
|
||||
|
||||
Reference in New Issue
Block a user