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");
|
||||
}
|
||||
if(performOp) {
|
||||
// TODO: Lock operation take a long time. Use command executor?
|
||||
protOperationPerformed = true;
|
||||
sif::info << "Executing command: " << oss.str() << std::endl;
|
||||
result = std::system(oss.str().c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user