mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Cortex-R : Remove commands which are not relevant to Cortex-R
Change-Id: I8dec85150386c149ffdb7bf4e7e533f16bb63b84 Signed-off-by: Evan Hunter <ehunter@broadcom.com> Reviewed-on: http://openocd.zylin.com/2877 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
This commit is contained in:
committed by
Matthias Welwarsky
parent
35da3e1d94
commit
db268a3115
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user