]> git.sur5r.net Git - openocd/blobdiff - src/target/target/ipx42x.cfg
Rick Altherr <kc8apf@kc8apf.net> - update syntax
[openocd] / src / target / target / ipx42x.cfg
index cdfb00ffa2a31df07230962da562626257a3d84b..f2185f8065a23d5b409389f5306978f3835e6d5b 100644 (file)
@@ -1,13 +1,9 @@
 #xscale ixp42x CPU
 
-#use combined on interfaces or targets that can\92t set TRST/SRST separately
+#use combined on interfaces or targets that can?t set TRST/SRST separately
 reset_config srst_only srst_pulls_trst
 #jtag scan chain
 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
 jtag_device 7 0x1 0x7f 0x7e
-#target configuration
-daemon_startup reset
-#target <type> <startup mode>
-#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
-target xscale big run_and_halt 0 IXP42x
-run_and_halt_time 0 30
+target create target0 xscale -endian big -chain-position 0 -variant IXP42x
+