From: Evan Hunter Date: Fri, 17 Jul 2015 11:44:11 +0000 (+0100) Subject: Cortex-R : Remove commands which are not relevant to Cortex-R X-Git-Tag: v0.11.0-rc1~1199 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=db268a3115b28c3c50c76a67d34113d619a54f89 Cortex-R : Remove commands which are not relevant to Cortex-R Change-Id: I8dec85150386c149ffdb7bf4e7e533f16bb63b84 Signed-off-by: Evan Hunter Reviewed-on: http://openocd.zylin.com/2877 Tested-by: jenkins Reviewed-by: Matthias Welwarsky --- diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index 9f7e38efc6..8ed85ac881 100644 --- a/src/target/cortex_a.c +++ b/src/target/cortex_a.c @@ -3493,13 +3493,6 @@ struct target_type cortexa_target = { }; static const struct command_registration cortex_r4_exec_command_handlers[] = { - { - .name = "cache_info", - .handler = cortex_a_handle_cache_info_command, - .mode = COMMAND_EXEC, - .help = "display information about target caches", - .usage = "", - }, { .name = "dbginit", .handler = cortex_a_handle_dbginit_command, @@ -3522,7 +3515,7 @@ static const struct command_registration cortex_r4_command_handlers[] = { .chain = arm_command_handlers, }, { - .chain = armv7a_command_handlers, + .chain = dap_command_handlers, }, { .name = "cortex_r4",