From 963e40120f3c6cfd19c6a26f77a63c43fd05d988 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 19 Aug 2021 14:35:36 +0200 Subject: [PATCH] added TODO --- bsp_q7s/core/CoreController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp_q7s/core/CoreController.cpp b/bsp_q7s/core/CoreController.cpp index 3d1adb3b..3a883eac 100644 --- a/bsp_q7s/core/CoreController.cpp +++ b/bsp_q7s/core/CoreController.cpp @@ -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());