diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-25 16:19:53 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-11-25 16:19:53 -0800 |
commit | ac06d41fc723c264e989673be16f9f21a1896518 (patch) | |
tree | 1a5697dab410398e62ca8c68c9cfa001342fdda1 /tcl | |
parent | cc53ad81d3f7598eb06c216218734342d2d8e7e9 (diff) | |
download | openocd+libswd-ac06d41fc723c264e989673be16f9f21a1896518.tar.gz openocd+libswd-ac06d41fc723c264e989673be16f9f21a1896518.tar.bz2 openocd+libswd-ac06d41fc723c264e989673be16f9f21a1896518.tar.xz openocd+libswd-ac06d41fc723c264e989673be16f9f21a1896518.zip |
omap3530.cfg: yes we have SRAM!
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/omap3530.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/target/omap3530.cfg b/tcl/target/omap3530.cfg index 45f3c01c..0a83423c 100644 --- a/tcl/target/omap3530.cfg +++ b/tcl/target/omap3530.cfg @@ -38,6 +38,9 @@ jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME cortex_a8 -chain-position $_CHIPNAME.dap +# SRAM: 64K at 0x4020.0000; use the first 16K +$_TARGETNAME configure -work-area-phys 0x40200000 -work-area-size 0x4000 + ################### # the reset sequence is event-driven |