diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-26 14:08:43 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-11-23 14:02:03 +0100 |
commit | eeb4276deb5c3ba6621b8121d460bc50857c8d53 (patch) | |
tree | 3bf119d3f224b903030dc9a0500494e588f5be2c /tcl/board/dm355evm.cfg | |
parent | b8b1353dd798d4aa811cdccc8eb2d6b41c1090d4 (diff) | |
download | openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.tar.gz openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.tar.bz2 openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.tar.xz openocd+libswd-eeb4276deb5c3ba6621b8121d460bc50857c8d53.zip |
arm926ejs: retire cp15 commands, handled by mrc/mcr.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'tcl/board/dm355evm.cfg')
-rw-r--r-- | tcl/board/dm355evm.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/dm355evm.cfg b/tcl/board/dm355evm.cfg index 1f814b2b..2e298b7e 100644 --- a/tcl/board/dm355evm.cfg +++ b/tcl/board/dm355evm.cfg @@ -182,7 +182,7 @@ proc dm355evm_init {} { ######################## # turn on icache - set I bit in cp15 register c1 - arm926ejs cp15 0 0 1 0 0x00051078 + mcr 0 0 1 0 0x00051078 } # NAND -- socket has two chipselects, MT29F16G08FAA puts 1GByte on each one. |