diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-01 01:09:10 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-01 01:10:19 -0800 |
commit | a65e75ea34153a8d0a0fe0b07497ad75c5726ab6 (patch) | |
tree | a9a73901dc9f6bf6e05171c616729c6b992e26cb /tcl/board/sheevaplug.cfg | |
parent | 48edd58c3941c562a5a7ea78432a28e72108bbe4 (diff) | |
download | openocd+libswd-a65e75ea34153a8d0a0fe0b07497ad75c5726ab6.tar.gz openocd+libswd-a65e75ea34153a8d0a0fe0b07497ad75c5726ab6.tar.bz2 openocd+libswd-a65e75ea34153a8d0a0fe0b07497ad75c5726ab6.tar.xz openocd+libswd-a65e75ea34153a8d0a0fe0b07497ad75c5726ab6.zip |
Tcl and doc: update to match new 'arm mcr ...' etc
Make them match the C code.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/board/sheevaplug.cfg')
-rw-r--r-- | tcl/board/sheevaplug.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/sheevaplug.cfg b/tcl/board/sheevaplug.cfg index 9267eb95..b843213b 100644 --- a/tcl/board/sheevaplug.cfg +++ b/tcl/board/sheevaplug.cfg @@ -29,7 +29,7 @@ proc sheevaplug_init { } { jtag_reset 0 0 wait_halt - mcr 15 0 0 1 0 0x00052078 + arm mcr 15 0 0 1 0 0x00052078 mww 0xD0001400 0x43000C30 # DDR SDRAM Configuration Register mww 0xD0001404 0x39543000 # Dunit Control Low Register |