Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pldmtool/pldm_fw_update_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,13 @@ class GetFwParams : public CommandInterface
{
capabilitiesDuringUpdate
["Firmware Device Host Functionality during Firmware Update"] =
"Device will not revert to previous component image upon failure, timeout or cancellation of the transfer";
"Device host functionality will be reduced, perhaps becoming inaccessible, during Firmware Update.";
}
else
{
capabilitiesDuringUpdate
["Firmware Device Host Functionality during Firmware Update"] =
"Device will revert to previous component image upon failure, timeout or cancellation of the transfer";
"Device host functionality is not reduced during Firmware Update.";
}

if (fwParams.capabilities_during_update.bits.bit3)
Expand Down