ARM: "armv4_5" command prefix becomes "arm"
[fw/openocd] / tcl / target / lpc2478.cfg
index e78afa1ac2d9eca79df990fa137668e862f00045..b0af4c02d77ad591f34364706c0c5527767d347d 100644 (file)
@@ -35,7 +35,7 @@ $_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x10000 -work-
 
 $_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
 }