diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-16 16:36:09 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-16 16:36:09 -0800 |
commit | f86137066a6b42c46c457c9837a8015990bf71e6 (patch) | |
tree | ae2e1008558aecdcb52079ef2503bc5293e94968 /tcl/board | |
parent | 7c393679c0cd8f7609a0d6b2329a1877de0f3d31 (diff) | |
download | riscv-openocd-f86137066a6b42c46c457c9837a8015990bf71e6.zip riscv-openocd-f86137066a6b42c46c457c9837a8015990bf71e6.tar.gz riscv-openocd-f86137066a6b42c46c457c9837a8015990bf71e6.tar.bz2 |
ARM: "armv4_5" command prefix becomes "arm"
Rename the "armv4_5" command prefix to straight "arm" so it makes
more sense for newer cores. Add a simple compatibility script.
Make sure all the commands give the same "not an ARM" diagnostic
message (and fail properly) when called against non-ARM targets.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/mini2440.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/mini2440.cfg b/tcl/board/mini2440.cfg index d17b107..0f7ebf8 100644 --- a/tcl/board/mini2440.cfg +++ b/tcl/board/mini2440.cfg @@ -292,7 +292,7 @@ proc load_uboot { } { proc s {} { step reg - armv4_5 disassemble 0x33F80068 0x10 + arm disassemble 0x33F80068 0x10 } proc help_2440 {} { |