From 3bb4a6ba14dba7441868dd28b6f56798523e8ad3 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 24 Sep 2010 16:13:04 -0700 Subject: [PATCH] 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. --- tcl/target/omap3530.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT