]> git.sur5r.net Git - openocd/commitdiff
tcl: target: imx5{1,3}: remove bogus tapenable command
authorPaul Fertser <fercerpav@gmail.com>
Wed, 30 Nov 2016 09:51:35 +0000 (12:51 +0300)
committerPaul Fertser <fercerpav@gmail.com>
Sun, 25 Dec 2016 09:44:01 +0000 (09:44 +0000)
This seems to be a leftover from borrowing from omap3* configs. Since
SJC is not enabling or disabling the DAP tap, and the tap is always
available, the extra tapenable command causes warnings on startup
(can't enable what's already enabled).

Change-Id: I7514436d565aa5b91876dbdab547956f36dcab77
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3892
Tested-by: jenkins
tcl/target/imx51.cfg
tcl/target/imx53.cfg

index b143aad2585c701e8a2f8468db49ebceab563932..d10cf9f5d5b2da3df6bb1ecd3f3fc484696a8a2d 100644 (file)
@@ -36,9 +36,6 @@ target create $_TARGETNAME cortex_a -chain-position $_CHIPNAME.DAP
 # some TCK tycles are required to activate the DEBUG power domain
 jtag configure $_CHIPNAME.SJC -event post-reset "runtest 100"
 
-# have the DAP "always" be active
-jtag configure $_CHIPNAME.SJC -event setup "jtag tapenable $_CHIPNAME.DAP"
-
 proc imx51_dbginit {target} {
      # General Cortex-A8 debug initialisation
      cortex_a dbginit
index 87a3008e4de0c5bd94a45c9f276177361fcc16d5..5ad6473a8ef890fc44107bf9b13575d404e3b359 100644 (file)
@@ -36,9 +36,6 @@ target create $_TARGETNAME cortex_a -chain-position $_CHIPNAME.DAP
 # some TCK tycles are required to activate the DEBUG power domain
 jtag configure $_CHIPNAME.SJC -event post-reset "runtest 100"
 
-# have the DAP "always" be active
-jtag configure $_CHIPNAME.SJC -event setup "jtag tapenable $_CHIPNAME.DAP"
-
 proc imx53_dbginit {target} {
      # General Cortex-A8 debug initialisation
      cortex_a dbginit