diff options
Diffstat (limited to 'src/target/target/is5114.cfg')
-rw-r--r-- | src/target/target/is5114.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/is5114.cfg b/src/target/target/is5114.cfg index 95736c29..c28298c6 100644 --- a/src/target/target/is5114.cfg +++ b/src/target/target/is5114.cfg @@ -39,7 +39,7 @@ jtag newtap $_CHIPNAME unknown2 -irlen 5 -ircapture 1 -irmask 1 #arm946e-s and set _TARGETNAME [format "%s.cpu" $_CHIPNAME] -target create $_TARGETNAME arm966e -endian $_ENDIAN -chain-position $_TARGETNAME -varient arm966e +target create $_TARGETNAME arm966e -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm966e $_TARGETNAME configure -event reset-start { jtag_rclk 16 } $_TARGETNAME configure -event reset-init { |