From: <zw...@ma...> - 2009-06-10 06:08:36
|
Author: zwelch Date: 2009-06-10 06:08:32 +0200 (Wed, 10 Jun 2009) New Revision: 2179 Modified: trunk/tcl/board/csb337.cfg Log: David Brownell <da...@pa...>: 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. Modified: trunk/tcl/board/csb337.cfg =================================================================== --- trunk/tcl/board/csb337.cfg 2009-06-10 04:06:25 UTC (rev 2178) +++ trunk/tcl/board/csb337.cfg 2009-06-10 04:08:32 UTC (rev 2179) @@ -108,9 +108,7 @@ # 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} |