diff options
author | Paul Fertser <fercerpav@gmail.com> | 2016-11-30 12:51:35 +0300 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2016-12-25 09:44:01 +0000 |
commit | 7582e2fd281153a9a7c9318a3dda010efd2a13ed (patch) | |
tree | 7babefd99c2b54c96e94d9e05de7970308f84ec1 /tcl/target/imx51.cfg | |
parent | d491b88dd94afb7c796dbe89ea52aecdefebf1cc (diff) | |
download | riscv-openocd-7582e2fd281153a9a7c9318a3dda010efd2a13ed.zip riscv-openocd-7582e2fd281153a9a7c9318a3dda010efd2a13ed.tar.gz riscv-openocd-7582e2fd281153a9a7c9318a3dda010efd2a13ed.tar.bz2 |
tcl: target: imx5{1,3}: remove bogus tapenable command
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
Diffstat (limited to 'tcl/target/imx51.cfg')
-rw-r--r-- | tcl/target/imx51.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tcl/target/imx51.cfg b/tcl/target/imx51.cfg index b143aad..d10cf9f 100644 --- a/tcl/target/imx51.cfg +++ b/tcl/target/imx51.cfg @@ -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 |