summaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-26 14:39:32 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-11-10 13:13:13 +0100
commitc202ba7d34bd7feba88d7c0ee1aa9ef7be18bca9 (patch)
tree0c514293a4c7243495818d0d8b97a36ec2514e34 /tcl/board
parent1f357869c19cccdb3259eae10c1124af5c9510ff (diff)
downloadopenocd+libswd-c202ba7d34bd7feba88d7c0ee1aa9ef7be18bca9.tar.gz
openocd+libswd-c202ba7d34bd7feba88d7c0ee1aa9ef7be18bca9.tar.bz2
openocd+libswd-c202ba7d34bd7feba88d7c0ee1aa9ef7be18bca9.tar.xz
openocd+libswd-c202ba7d34bd7feba88d7c0ee1aa9ef7be18bca9.zip
ARM11: remove old mrc/mcr commands
Switch to new commands in config scripts Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/csb732.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/board/csb732.cfg b/tcl/board/csb732.cfg
index 17873230..9022fafc 100644
--- a/tcl/board/csb732.cfg
+++ b/tcl/board/csb732.cfg
@@ -19,13 +19,13 @@ proc csb732_init { } {
# We assume the interpreter latency is enough.
# Allow access to all coprocessors
- arm11 mcr imx35.cpu 15 0 15 1 0 0x2001
+ mcr 15 0 15 1 0 0x2001
# Disable MMU, caches, write buffer
- arm11 mcr imx35.cpu 15 0 1 0 0 0x78
+ mcr 15 0 1 0 0 0x78
# Grant manager access to all domains
- arm11 mcr imx35.cpu 15 0 3 0 0 0xFFFFFFFF
+ mcr 15 0 3 0 0 0xFFFFFFFF
# Set ARM clock to 532 MHz, AHB to 133 MHz
mww 0x53F80004 0x1000