X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Ftarget%2Fimx53.cfg;h=87a3008e4de0c5bd94a45c9f276177361fcc16d5;hb=352e6c9d4b340a0ebfbcf42416802ef80837a187;hp=61fabc8a73814afeba5f20ce4e0cbb4e3bd6f56a;hpb=d9ba56c295f057e716519a798bf9cdb4898c24f4;p=openocd.git diff --git a/tcl/target/imx53.cfg b/tcl/target/imx53.cfg index 61fabc8a73..87a3008e4d 100644 --- a/tcl/target/imx53.cfg +++ b/tcl/target/imx53.cfg @@ -40,12 +40,8 @@ jtag configure $_CHIPNAME.SJC -event post-reset "runtest 100" jtag configure $_CHIPNAME.SJC -event setup "jtag tapenable $_CHIPNAME.DAP" proc imx53_dbginit {target} { - # General Cortex A8 debug initialisation + # General Cortex-A8 debug initialisation cortex_a dbginit } -# Slow speed to be sure it will work -jtag_rclk 1000 -$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 } - $_TARGETNAME configure -event reset-assert-post "imx53_dbginit $_TARGETNAME"