From: oharboe at B. <oh...@ma...> - 2009-08-28 08:53:37
|
Author: oharboe Date: 2009-08-28 08:53:35 +0200 (Fri, 28 Aug 2009) New Revision: 2645 Modified: trunk/tcl/board/ek-lm3s1968.cfg trunk/tcl/board/ek-lm3s3748.cfg trunk/tcl/board/ek-lm3s811.cfg trunk/tcl/board/ek-lm3s9b9x.cfg Log: David Brownell <da...@pa...> The Stellaris eval boards don't have TRST signals, so defining ntrst_delay is pointless; don't. At least the LM3S3748 eval board doesn't need nsrst_delay either; remove that too. Modified: trunk/tcl/board/ek-lm3s1968.cfg =================================================================== --- trunk/tcl/board/ek-lm3s1968.cfg 2009-08-28 06:52:08 UTC (rev 2644) +++ trunk/tcl/board/ek-lm3s1968.cfg 2009-08-28 06:53:35 UTC (rev 2645) @@ -17,7 +17,6 @@ jtag_khz 3000 jtag_nsrst_delay 100 -jtag_ntrst_delay 100 #LM3S1968 Evaluation Board has only srst reset_config srst_only Modified: trunk/tcl/board/ek-lm3s3748.cfg =================================================================== --- trunk/tcl/board/ek-lm3s3748.cfg 2009-08-28 06:52:08 UTC (rev 2644) +++ trunk/tcl/board/ek-lm3s3748.cfg 2009-08-28 06:53:35 UTC (rev 2645) @@ -9,9 +9,6 @@ # LM3S parts don't support RTCK jtag_khz 500 -jtag_nsrst_delay 100 -jtag_ntrst_delay 100 - # Board has only srst reset_config srst_only Modified: trunk/tcl/board/ek-lm3s811.cfg =================================================================== --- trunk/tcl/board/ek-lm3s811.cfg 2009-08-28 06:52:08 UTC (rev 2644) +++ trunk/tcl/board/ek-lm3s811.cfg 2009-08-28 06:53:35 UTC (rev 2645) @@ -13,7 +13,6 @@ jtag_khz 500 jtag_nsrst_delay 100 -jtag_ntrst_delay 100 #LM3S811 Evaluation Board has only srst reset_config srst_only Modified: trunk/tcl/board/ek-lm3s9b9x.cfg =================================================================== --- trunk/tcl/board/ek-lm3s9b9x.cfg 2009-08-28 06:52:08 UTC (rev 2644) +++ trunk/tcl/board/ek-lm3s9b9x.cfg 2009-08-28 06:53:35 UTC (rev 2645) @@ -12,7 +12,6 @@ jtag_khz 500 jtag_nsrst_delay 100 -jtag_ntrst_delay 100 #LM3S9B9x Evaluation Board has only srst reset_config srst_only |