Simplify image protection code #755

Merged
muellerr merged 6 commits from simplify-image-prot-code into main 2023-07-26 11:54:04 +02:00
Showing only changes of commit 4d195a1b8e - Show all commits

View File

@ -1300,7 +1300,7 @@ bool CoreController::handleBootCopyProt(xsc::Chip targetChip, xsc::Copy targetCo
}
if (targetChip == xsc::Chip::CHIP_0) {
oss << "0 ";
} else if (targetChip == xsc::Chip::SELF_CHIP) {
} else if (targetChip == xsc::Chip::CHIP_1) {
oss << "1 ";
}
if (targetCopy == xsc::Copy::COPY_0) {