X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Famdm37x.cfg;h=07e6d102bbd5654e98c92734f23ba67322764787;hp=6004070f7b1a96a3994b93c5016fcecc1e01bae3;hb=494975747376cb5258d8d84d4304df5cad51b719;hpb=c7384117c66e8f18896ca09ab8095d6da16bb1e5 diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg index 6004070f7b..07e6d102bb 100644 --- a/tcl/target/amdm37x.cfg +++ b/tcl/target/amdm37x.cfg @@ -33,7 +33,7 @@ if { [info exists CHIPTYPE] } { } am35x { # Primary TAP: ICEPick-C (JTAG route controller) and boundary scan - set _JRC_TAPID "-expected-id 0x0b7ae02f" + set _JRC_TAPID "-expected-id 0x0b7ae02f -expected-id 0x0b86802f" } default { error "ERROR: CHIPTYPE was set, but it was not set to a valid value. Acceptable values are \"dm37x\" or \"am35x\"."