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.
This commit is contained in:
parent
6468c593c7
commit
3bb4a6ba14
|
@ -56,7 +56,7 @@ proc omap3_dbginit {target} {
|
||||||
# General Cortex A8 debug initialisation
|
# General Cortex A8 debug initialisation
|
||||||
cortex_a8 dbginit
|
cortex_a8 dbginit
|
||||||
# Enable DBGU signal for OMAP353x
|
# 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
|
# be absolutely certain the JTAG clock will work with the worst-case
|
||||||
|
|
Loading…
Reference in New Issue