tcl/board: Fix ST URLs in stm32* eval board configuration files
[fw/openocd] / tcl / target / is5114.cfg
index 8c153347360ac0e8ee8fa4839d7fd24e2108b875..64c0c8ef63f0046852f52644c77c2a6f57dfd591 100644 (file)
@@ -28,12 +28,9 @@ jtag_rclk 16
 reset_config trst_and_srst
 
 # Do not specify a tap id here...
-#OLD SYNTAX: jtag_device 8 0x1 0x1 0xfe
 jtag newtap $_CHIPNAME unknown1 -irlen 8 -ircapture 0x01 -irmask 1
-#OLD SYNTAX: jtag_device 4 0x1 0xf 0xe
 # This is the "arm946" chip.
 jtag newtap $_CHIPNAME cpu      -irlen 4 -ircapture 0x0e -irmask 0xf
-#OLD SYNTAX: jtag_device 5 0x1 0x1 0x1e
 jtag newtap $_CHIPNAME unknown2 -irlen 5 -ircapture 1 -irmask 1
 
 
@@ -46,4 +43,4 @@ $_TARGETNAME configure -event reset-init {
        # We can increase speed now that we know the target is halted.
        jtag_rclk 3000
 }
-$_TARGETNAME configure -work-area-phys 0x50000000 -work-area-virt 0x50000000 -work-area-size 16384 -work-area-backup 1
+$_TARGETNAME configure -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup 1