diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-22 19:35:23 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-07-22 19:35:23 +0000 |
commit | 7986ed5ac20fa2d7fc78d9f66a1b96e69b9d7822 (patch) | |
tree | 0f65938835d54dd567ecbf273ca1f254265aba7d | |
parent | a7a1ae032ba4c300413c46880ff81f2b187f570b (diff) | |
download | openocd_libswd-7986ed5ac20fa2d7fc78d9f66a1b96e69b9d7822.tar.gz openocd_libswd-7986ed5ac20fa2d7fc78d9f66a1b96e69b9d7822.tar.bz2 openocd_libswd-7986ed5ac20fa2d7fc78d9f66a1b96e69b9d7822.tar.xz openocd_libswd-7986ed5ac20fa2d7fc78d9f66a1b96e69b9d7822.zip |
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
-rw-r--r-- | tcl/board/crossbow_tech_imote2.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/board/crossbow_tech_imote2.cfg b/tcl/board/crossbow_tech_imote2.cfg index c2714402..7e9d487c 100644 --- a/tcl/board/crossbow_tech_imote2.cfg +++ b/tcl/board/crossbow_tech_imote2.cfg @@ -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 |