Skip to content
Snippets Groups Projects
Commit ac06d41f authored by David Brownell's avatar David Brownell
Browse files

omap3530.cfg: yes we have SRAM!

parent cc53ad81
Branches
Tags
No related merge requests found
...@@ -38,6 +38,9 @@ jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ ...@@ -38,6 +38,9 @@ jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \
set _TARGETNAME $_CHIPNAME.cpu set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME cortex_a8 -chain-position $_CHIPNAME.dap 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 # the reset sequence is event-driven
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment