diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-07-12 19:48:45 +0100 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-07-12 19:48:45 +0100 |
commit | e521f6415b3ca293ab496d303e092d5312f6e83d (patch) | |
tree | fc4ba542e984cef17e2eb39084283b38e26e3368 | |
parent | dc4df8bb974580946c46c0aac82a54dfb2256cc9 (diff) | |
download | openocd_libswd-e521f6415b3ca293ab496d303e092d5312f6e83d.tar.gz openocd_libswd-e521f6415b3ca293ab496d303e092d5312f6e83d.tar.bz2 openocd_libswd-e521f6415b3ca293ab496d303e092d5312f6e83d.tar.xz openocd_libswd-e521f6415b3ca293ab496d303e092d5312f6e83d.zip |
arm9: revert change arm9tdmi cmd group name to arm9
This reverts the incorrect change made to the arm9 cmd group in commit
d1eca9a74c7c57ba6a3210c51b2a10cc5adb22e1.
The code now matches the docs and the release notes.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r-- | src/target/arm9tdmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/arm9tdmi.c b/src/target/arm9tdmi.c index 744ee761..0749a56e 100644 --- a/src/target/arm9tdmi.c +++ b/src/target/arm9tdmi.c @@ -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 |