X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a.c;h=4aae5e4731fff2dfb25edd478446b58f9310c136;hp=e4d8331b291bb721258c77fdbe14229e434fb7ab;hb=766d6114fea0c2748ed281db866588f975d2ba83;hpb=e48690cb26e4ab3499623c70feae7ad7c54b94bd diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index e4d8331b29..4aae5e4731 100644 --- a/src/target/cortex_a.c +++ b/src/target/cortex_a.c @@ -3438,7 +3438,7 @@ static const struct command_registration cortex_a_exec_command_handlers[] = { { .name = "dacrfixup", .handler = handle_cortex_a_dacrfixup_command, - .mode = COMMAND_EXEC, + .mode = COMMAND_ANY, .help = "set domain access control (DACR) to all-manager " "on memory access", .usage = "['on'|'off']",