luminary: remove unused config cmds.
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>
This commit is contained in:
parent
f0fac8a2cd
commit
7b2687b45b
|
@ -15,11 +15,3 @@ source [find interface/luminary.cfg]
|
|||
# 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
|
||||
|
|
|
@ -9,7 +9,3 @@ source [find interface/luminary.cfg]
|
|||
set WORKAREASIZE 0x4000
|
||||
set CHIPNAME lm3s3748
|
||||
source [find target/stellaris.cfg]
|
||||
|
||||
# Board has only srst
|
||||
reset_config srst_only
|
||||
|
||||
|
|
|
@ -12,8 +12,3 @@ set WORKAREASIZE 0x5000
|
|||
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
|
||||
|
|
|
@ -11,9 +11,3 @@ source [find interface/luminary.cfg]
|
|||
# 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
|
||||
|
|
|
@ -12,11 +12,3 @@ source [find interface/luminary-icdi.cfg]
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue