ARM: "armv4_5" command prefix becomes "arm"
[fw/openocd] / tcl / target / lpc2148.cfg
index ce672c8874d1bd0ae8adbc9e9fa79cc53da0fe8e..1f833e72bd5033eb4c21728d10ec34916fb0c695 100644 (file)
@@ -39,7 +39,7 @@ $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x4000 -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 (i.e. select
        # "User Flash Mode" where interrupt vectors are _not_ remapped,