]> git.sur5r.net Git - openocd/blobdiff - src/target/cortex_a.c
target/cortex_a: allow command dacrfixup during init phase
[openocd] / src / target / cortex_a.c
index e4d8331b291bb721258c77fdbe14229e434fb7ab..4aae5e4731fff2dfb25edd478446b58f9310c136 100644 (file)
@@ -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']",