summaryrefslogtreecommitdiff
path: root/tcl/target/str912.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/str912.cfg')
-rw-r--r--tcl/target/str912.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/str912.cfg b/tcl/target/str912.cfg
index 6f2981a1..a16c83a0 100644
--- a/tcl/target/str912.cfg
+++ b/tcl/target/str912.cfg
@@ -63,9 +63,9 @@ $_TARGETNAME configure -event reset-init {
$_TARGETNAME configure -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup 0
#flash bank str9x <base> <size> 0 0 <target#> <variant>
-set _FLASHNAME $_CHIPNAME.flash
+set _FLASHNAME $_CHIPNAME.flash0
flash bank $_FLASHNAME str9x 0x00000000 0x00080000 0 0 $_TARGETNAME
-set _FLASHNAME $_CHIPNAME.flash
+set _FLASHNAME $_CHIPNAME.flash1
flash bank $_FLASHNAME str9x 0x00080000 0x00008000 0 0 $_TARGETNAME
# For more information about the configuration files, take a look at: