fix syntax of mww phys.
[fw/openocd] / tcl / board / unknown_at91sam9260.cfg
index 7286a9670f5518a4bf329654e21268405ffb33b2..2abd367fd930347805455bc00319f90040b26ac4 100644 (file)
@@ -18,7 +18,7 @@ $_TARGETNAME configure -event reset-start {
         jtag_rclk 3
         halt
        # RSTC_MR : enable user reset, MMU may be enabled... use physical address
-        arm926ejs mww phys 0xfffffd08 0xa5000501
+        mww phys 0xfffffd08 0xa5000501
 }