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__archive__
parent
a7a1ae032b
commit
7986ed5ac2
|
@ -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…
Reference in New Issue