summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-10 04:08:32 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-10 04:08:32 +0000
commit8b7f813b234613646ffae0e27df74cb0b2eaf38d (patch)
treed4091c56eddc0cad6953083f3ad9e439d686de3f /tcl
parentbdb7dd5e0f6690faf5a4c1ef19b2f36af9a7cfaa (diff)
downloadopenocd+libswd-8b7f813b234613646ffae0e27df74cb0b2eaf38d.tar.gz
openocd+libswd-8b7f813b234613646ffae0e27df74cb0b2eaf38d.tar.bz2
openocd+libswd-8b7f813b234613646ffae0e27df74cb0b2eaf38d.tar.xz
openocd+libswd-8b7f813b234613646ffae0e27df74cb0b2eaf38d.zip
David Brownell <david-b@pacbell.net>:
Tweak the csb337 code so that it doesn't enable alignment traps when it completes the "reset init" sequence. It turns out that the current CFI code reliably triggers such traps. git-svn-id: svn://svn.berlios.de/openocd/trunk@2179 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/csb337.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcl/board/csb337.cfg b/tcl/board/csb337.cfg
index 1157cb82..dd8bfa2d 100644
--- a/tcl/board/csb337.cfg
+++ b/tcl/board/csb337.cfg
@@ -108,9 +108,7 @@ proc csb337_reset_init { } {
# I(12) = 1
# - Reserved/ones
# 6:3 = 1
- # - Alignment traps enabled
- # A(1) = 1
- arm920t cp15 2 0xc000107a
+ arm920t cp15 2 0xc0001078
}
$_TARGETNAME configure -event reset-init {csb337_reset_init}