David Brownell <david-b@pacbell.net>:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 10 Jun 2009 04:08:32 +0000 (04:08 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 10 Jun 2009 04:08:32 +0000 (04:08 +0000)
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

tcl/board/csb337.cfg

index 1157cb826aa8a6ff41069b299b5a9fc082c218d7..dd8bfa2de970ed8da7899bdf049ccbeaa65fd03b 100644 (file)
@@ -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}