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>
This commit is contained in:
@@ -292,7 +292,7 @@ proc load_uboot { } {
|
||||
proc s {} {
|
||||
step
|
||||
reg
|
||||
armv4_5 disassemble 0x33F80068 0x10
|
||||
arm disassemble 0x33F80068 0x10
|
||||
}
|
||||
|
||||
proc help_2440 {} {
|
||||
|
||||
Reference in New Issue
Block a user