diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-02-09 14:49:47 +0000 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-02-09 14:49:47 +0000 |
commit | f899c2aa9767ba7bf731e6c6c1af2c437af97dac (patch) | |
tree | e28d5ef858ae1909518e84da87bd3e0565529fae /tcl | |
parent | 885a2f5b96697e3aca9a5b9deb855d6d025c5021 (diff) | |
download | openocd+libswd-f899c2aa9767ba7bf731e6c6c1af2c437af97dac.tar.gz openocd+libswd-f899c2aa9767ba7bf731e6c6c1af2c437af97dac.tar.bz2 openocd+libswd-f899c2aa9767ba7bf731e6c6c1af2c437af97dac.tar.xz openocd+libswd-f899c2aa9767ba7bf731e6c6c1af2c437af97dac.zip |
str730.cfg: fix incorrect mem regions
- update str73x mem regions to correct values.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/str730.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/str730.cfg b/tcl/target/str730.cfg index cab2338f..09179531 100644 --- a/tcl/target/str730.cfg +++ b/tcl/target/str730.cfg @@ -46,9 +46,9 @@ $_TARGETNAME configure -event gdb-flash-erase-start { flash protect 0 0 7 off } -$_TARGETNAME configure -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0 +$_TARGETNAME configure -work-area-phys 0xA0000000 -work-area-size 0x4000 -work-area-backup 0 #flash bank <driver> <base> <size> <chip_width> <bus_width> set _FLASHNAME $_CHIPNAME.flash -flash bank $_FLASHNAME str7x 0x20000000 0x00040000 0 0 $_TARGETNAME STR3x +flash bank $_FLASHNAME str7x 0x80000000 0x00040000 0 0 $_TARGETNAME STR3x |