Browse Source

Jonathan Cameron <jic23@cam.ac.uk> fix regression from 1836 when the reset_config command was removed from pxa270.cfg

git-svn-id: svn://svn.berlios.de/openocd/trunk@2557 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.3.0-rc0
oharboe 15 years ago
parent
commit
7986ed5ac2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tcl/board/crossbow_tech_imote2.cfg

+ 2
- 0
tcl/board/crossbow_tech_imote2.cfg View File

@@ -6,5 +6,7 @@ source [find target/pxa270.cfg]
# longer-than-normal reset delay
jtag_nsrst_delay 800

reset_config trst_and_srst separate

# works for P30 flash
flash bank cfi 0x00000000 0x2000000 2 2 $_TARGETNAME

Loading…
Cancel
Save