aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/imx53loco.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-02-01 15:43:21 +0000
committerFreddie Chopin <freddie.chopin@gmail.com>2013-04-28 08:56:04 +0000
commitd9ba56c295f057e716519a798bf9cdb4898c24f4 (patch)
tree97cf857c0330b370afb0c9a5a681a76e253d80f1 /tcl/board/imx53loco.cfg
parentb7d2cdc0d4fc319169c60362708a67e2ff626525 (diff)
target: rename cortex_a8 to cortex_a
Rename cortex_a8 target to use a more correct cortex_a name. This also adds a deprecated_name var so that older scripts issue a warning to update the target name. cfg files have also been updated to the new target name. Change-Id: I0eb1429c9281321efeb444b27a662a941a2ab67f Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1130 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl/board/imx53loco.cfg')
-rw-r--r--tcl/board/imx53loco.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/imx53loco.cfg b/tcl/board/imx53loco.cfg
index d9d75f49..4c8a8da1 100644
--- a/tcl/board/imx53loco.cfg
+++ b/tcl/board/imx53loco.cfg
@@ -20,7 +20,7 @@ adapter_khz 3000
$_TARGETNAME configure -event "reset-assert" {
echo "Reseting ...."
- #cortex_a8 dbginit
+ #cortex_a dbginit
}
$_TARGETNAME configure -event reset-init { loco_init }