From: Zachary T Welch Date: Fri, 24 Sep 2010 23:13:04 +0000 (-0700) Subject: Fix omap3_dbginit to write to physical memory. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3bb4a6ba14dba7441868dd28b6f56798523e8ad3;p=fw%2Fopenocd Fix omap3_dbginit to write to physical memory. Setting the OMAP3530 DBGEN bit must be done in physical memory, so update omap3_dbginit callback to use the new 'mww phys' command syntax. --- diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index 74edd7289..ba130a9cb 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -56,7 +56,7 @@ proc omap3_dbginit {target} { # General Cortex A8 debug initialisation cortex_a8 dbginit # Enable DBGU signal for OMAP353x - $target mww 0x5401d030 0x00002000 + $target mww phys 0x5401d030 0x00002000 } # be absolutely certain the JTAG clock will work with the worst-case