This is an automated email from Gerrit. Leonard Crestez ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5039
-- gerrit commit 9b58e029d1367982eca4e3bfbf6668f1f36c1fe4 Author: Leonard Crestez <[email protected]> Date: Thu Apr 4 16:17:49 2019 +0300 target/imx6: Fix indentation in DAP_TAPID handling OpenOCD scripts are usually indented with 4 spaces but here there are 8. Change-Id: Iaad53e3b377d246d99119bb7bb5fd75d4422f564 Signed-off-by: Leonard Crestez <[email protected]> diff --git a/tcl/target/imx6.cfg b/tcl/target/imx6.cfg index 58dc418..e2ef7ae 100644 --- a/tcl/target/imx6.cfg +++ b/tcl/target/imx6.cfg @@ -8,9 +8,9 @@ if { [info exists CHIPNAME] } { # CoreSight Debug Access Port if { [info exists DAP_TAPID] } { - set _DAP_TAPID $DAP_TAPID + set _DAP_TAPID $DAP_TAPID } else { - set _DAP_TAPID 0x4ba00477 + set _DAP_TAPID 0x4ba00477 } jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x01 -irmask 0x0f \ -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
