This commit is contained in:
parent
faee071edc
commit
963e40120f
@ -1010,6 +1010,7 @@ ReturnValue_t CoreController::checkAndSetBootCopyProtection(Chip targetChip, Cop
|
|||||||
utility::handleSystemError(result, "CoreController::checkAndSetBootCopyProtection");
|
utility::handleSystemError(result, "CoreController::checkAndSetBootCopyProtection");
|
||||||
}
|
}
|
||||||
if(performOp) {
|
if(performOp) {
|
||||||
|
// TODO: Lock operation take a long time. Use command executor?
|
||||||
protOperationPerformed = true;
|
protOperationPerformed = true;
|
||||||
sif::info << "Executing command: " << oss.str() << std::endl;
|
sif::info << "Executing command: " << oss.str() << std::endl;
|
||||||
result = std::system(oss.str().c_str());
|
result = std::system(oss.str().c_str());
|
||||||
|
Loading…
Reference in New Issue
Block a user