X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fferoceon.cfg;h=593569d1dd15933a8629562fe94580f8e7e1dcc9;hb=e6505b04892ccacf75603c3d173616f5d92809e7;hp=25d1d13335e5c7608e6178585438ef847ca919c1;hpb=ce89c7bf6588c7b2800c4ca453278b6f94795130;p=fw%2Fopenocd diff --git a/tcl/target/feroceon.cfg b/tcl/target/feroceon.cfg index 25d1d1333..593569d1d 100644 --- a/tcl/target/feroceon.cfg +++ b/tcl/target/feroceon.cfg @@ -1,20 +1,22 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + ###################################### # Target: Marvell Feroceon CPU core ###################################### -if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME -} else { - set _CHIPNAME feroceon +if { [info exists CHIPNAME] } { + set _CHIPNAME $CHIPNAME +} else { + set _CHIPNAME feroceon } -if { [info exists ENDIAN] } { - set _ENDIAN $ENDIAN -} else { - set _ENDIAN little +if { [info exists ENDIAN] } { + set _ENDIAN $ENDIAN +} else { + set _ENDIAN little } -if { [info exists CPUTAPID ] } { +if { [info exists CPUTAPID] } { set _CPUTAPID $CPUTAPID } else { set _CPUTAPID 0x20a023d3 @@ -26,6 +28,5 @@ set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME feroceon -endian $_ENDIAN -chain-position $_TARGETNAME reset_config trst_and_srst -jtag_nsrst_delay 200 +adapter srst delay 200 jtag_ntrst_delay 200 -