Due to commit
e40aee2954d2beabe1d8c530d9ff1e564fb01f48 we now honour the
targets 'reset_config' setting. Previously we ignored the srst setting
for luminary targets.
Luminary targets have never supported using srst to reset into debug mode
so remove the option from the target configs files.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
# include the target config
set CHIPNAME lm3s1968
source [find target/stellaris.cfg]
-
-# jtag speed
-adapter_khz 3000
-
-adapter_nsrst_delay 100
-
-#LM3S1968 Evaluation Board has only srst
-reset_config srst_only
set WORKAREASIZE 0x4000
set CHIPNAME lm3s3748
source [find target/stellaris.cfg]
-
-# Board has only srst
-reset_config srst_only
-
set CHIPNAME lm3s6965
# include the target config
source [find target/stellaris.cfg]
-
-adapter_nsrst_delay 100
-
-# LM3S6965 Evaluation Board has only srst
-reset_config srst_only
# include the target config
set CHIPNAME lm3s811
source [find target/stellaris.cfg]
-
-
-adapter_nsrst_delay 100
-
-#LM3S811 Evaluation Board has only srst
-reset_config srst_only
set WORKAREASIZE 0x4000
set CHIPNAME lm3s9b9x
source [find target/stellaris.cfg]
-
-# jtag speed
-adapter_khz 500
-
-adapter_nsrst_delay 100
-
-#LM3S9B9x Evaluation Board has only srst
-reset_config srst_only