ARM: "armv4_5" command prefix becomes "arm"
[fw/openocd] / tcl / target / lpc2378.cfg
index 7f716f3defcf2ceab012c6fc97f640874bb40ab5..aa3fad26c4c3919b9f5f8013fb299ae94e5337ac 100644 (file)
@@ -35,7 +35,7 @@ $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x8000 -work-a
 
 $_TARGETNAME configure -event reset-init {
        # Force target into ARM state
-       armv4_5 core_state arm
+       arm core_state arm
        #do not remap 0x0000-0x0020 to anything but the flash
        mwb 0xE01FC040 0x01
 }