diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/startup.tcl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index 73c4cf19..096f03a8 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -142,6 +142,15 @@ proc ocd_gdb_restart {target_id} { reset halt } +######### + +# Temporary migration aid. May be removed starting in January 2011. +proc armv4_5 params { + echo "DEPRECATED! use 'arm $params' not 'armv4_5 $params'" + arm $params +} + +######### # This reset logic may be overridden by board/target/... scripts as needed # to provide a reset that, if possible, is close to a power-up reset. |