Browse Source

cfg: fix typo in str730.cfg

Change-Id: Ie0222b68b3d8dd21726ac4f0cd4106da0e0456dd
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/376
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: jenkins
tags/v0.6.0-rc1
John 12 years ago
committed by Peter Stuge
parent
commit
fa5b0833d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/target/str730.cfg

+ 1
- 1
tcl/target/str730.cfg View File

@@ -50,5 +50,5 @@ $_TARGETNAME configure -work-area-phys 0xA0000000 -work-area-size 0x4000 -work-a

#flash bank <driver> <base> <size> <chip_width> <bus_width>
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME str7x 0x80000000 0x00040000 0 0 $_TARGETNAME STR3x
flash bank $_FLASHNAME str7x 0x80000000 0x00040000 0 0 $_TARGETNAME STR73x


Loading…
Cancel
Save