Browse Source

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.
tags/v0.5.0-rc1
Zachary T Welch 13 years ago
parent
commit
3bb4a6ba14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/target/omap3530.cfg

+ 1
- 1
tcl/target/omap3530.cfg View File

@@ -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


Loading…
Cancel
Save