summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cr50/board.c b/board/cr50/board.c
index fa03e429ba..b90234d02d 100644
--- a/board/cr50/board.c
+++ b/board/cr50/board.c
@@ -89,7 +89,6 @@ static void init_runlevel(const enum permission_level desired_level)
{
volatile uint32_t *const reg_addrs[] = {
GREG32_ADDR(GLOBALSEC, CPU0_S_PERMISSION),
- GREG32_ADDR(GLOBALSEC, CPU0_S_DAP_PERMISSION),
GREG32_ADDR(GLOBALSEC, DDMA0_PERMISSION),
};
int i;