mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
arm9: revert change arm9tdmi cmd group name to arm9
This reverts the incorrect change made to the arm9 cmd group in commit
d1eca9a74c.
The code now matches the docs and the release notes.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
@@ -912,9 +912,9 @@ const struct command_registration arm9tdmi_command_handlers[] = {
|
||||
.chain = arm7_9_command_handlers,
|
||||
},
|
||||
{
|
||||
.name = "arm9tdmi",
|
||||
.name = "arm9",
|
||||
.mode = COMMAND_ANY,
|
||||
.help = "arm9tdmi command group",
|
||||
.help = "arm9 command group",
|
||||
.chain = arm9tdmi_exec_command_handlers,
|
||||
},
|
||||
COMMAND_REGISTRATION_DONE
|
||||
|
||||
Reference in New Issue
Block a user