David Brownell <david-b@pacbell.net> 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.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2645 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-08-28 06:53:35 +00:00
parent 997d5284cb
commit a5d02116a6
4 changed files with 0 additions and 6 deletions

View File

@ -17,7 +17,6 @@ source [find target/lm3s1968.cfg]
jtag_khz 3000
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#LM3S1968 Evaluation Board has only srst
reset_config srst_only

View File

@ -9,9 +9,6 @@ source [find target/lm3s3748.cfg]
# 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

View File

@ -13,7 +13,6 @@ source [find target/lm3s811.cfg]
jtag_khz 500
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#LM3S811 Evaluation Board has only srst
reset_config srst_only

View File

@ -12,7 +12,6 @@ source [find target/lm3s9b9x.cfg]
jtag_khz 500
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#LM3S9B9x Evaluation Board has only srst
reset_config srst_only