summaryrefslogtreecommitdiff
path: root/tcl/board/olimex_sam9_l9260.cfg
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-25 18:29:17 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-10-25 22:15:57 +0100
commita07422c26cb0a659c7615d6c0aa2cf09d8a48829 (patch)
tree6acf5287811133833ae4f6eb641d5cc95a514eb9 /tcl/board/olimex_sam9_l9260.cfg
parentd785f552ee034aedb26aefc3e47e5c78cdcce065 (diff)
downloadopenocd+libswd-a07422c26cb0a659c7615d6c0aa2cf09d8a48829.tar.gz
openocd+libswd-a07422c26cb0a659c7615d6c0aa2cf09d8a48829.tar.bz2
openocd+libswd-a07422c26cb0a659c7615d6c0aa2cf09d8a48829.tar.xz
openocd+libswd-a07422c26cb0a659c7615d6c0aa2cf09d8a48829.zip
fix syntax of mww phys.
Diffstat (limited to 'tcl/board/olimex_sam9_l9260.cfg')
-rw-r--r--tcl/board/olimex_sam9_l9260.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/olimex_sam9_l9260.cfg b/tcl/board/olimex_sam9_l9260.cfg
index 935d7cd5..5c4714e1 100644
--- a/tcl/board/olimex_sam9_l9260.cfg
+++ b/tcl/board/olimex_sam9_l9260.cfg
@@ -26,7 +26,7 @@ $_TARGETNAME configure -event reset-start {
# RSTC_MR : enable user reset, reset length is 64 slow clock cycles. MMU may
# be enabled... use physical address.
- arm926ejs mww phys 0xfffffd08 0xa5000501
+ mww phys 0xfffffd08 0xa5000501
}
$_TARGETNAME configure -event reset-init {