summaryrefslogtreecommitdiff
path: root/board/cr50/wp.c
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2017-05-15 17:46:50 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-05-16 13:37:03 -0700
commit7456475f99831bbeeca72c9c153e05b4558f832b (patch)
tree3aeeeaafafbf9e2d71223a07f484acdc4741f9a6 /board/cr50/wp.c
parentcb9bd66ec66ccd499ff597919806eafc1524acd2 (diff)
downloadchrome-ec-7456475f99831bbeeca72c9c153e05b4558f832b.tar.gz
cr50: drop obsolete/addressed TODOs
There many TODOs sprinkled in the code, some of them have been addressed or do not apply any mode. This patch removes them. BRANCH=cr50 BUG=none TEST=built and ran cr50 on reef Change-Id: Ica6edb204e5cc0cc9dc7f0d43fd39e7ddaf56809 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/506496 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board/cr50/wp.c')
-rw-r--r--board/cr50/wp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/cr50/wp.c b/board/cr50/wp.c
index 63ca909c9b..84ca26d1a0 100644
--- a/board/cr50/wp.c
+++ b/board/cr50/wp.c
@@ -436,13 +436,6 @@ static int command_lock(int argc, char **argv)
goto out;
}
- /*
- * TODO(crosbug.com/p/55322, crosbug.com/p/55728): There may be
- * other preconditions which must be satisified before
- * continuing. We can return EC_ERROR_ACCESS_DENIED if those
- * aren't met.
- */
-
/* Don't count down if we know it's likely to fail */
if (unlock_in_progress) {
ccprintf("An unlock process is already in progress\n");