Changeset 107162 in vbox
- Timestamp:
- Nov 27, 2024 10:47:18 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplConfigArmV8.cpp
r107152 r107162 480 480 #ifdef VBOX_WITH_EFI_IN_DD2 481 481 const char *pszEfiRomFile = eFwType == FirmwareType_EFIDUAL ? "<INVALID>" 482 : eFwType == FirmwareType_EFI32 ? "VBoxEFI-a mr32.fd"483 : "VBoxEFI-a mr64.fd";482 : eFwType == FirmwareType_EFI32 ? "VBoxEFI-arm32.fd" 483 : "VBoxEFI-arm64.fd"; 484 484 const char *pszKey = "ResourceId"; 485 485 #else
Note:
See TracChangeset
for help on using the changeset viewer.