diff options
author | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2006-08-14 15:45:11 +0000 |
---|---|---|
committer | drath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2006-08-14 15:45:11 +0000 |
commit | 9a830747b2324cc1f319c32399e76f759bd5f0e6 (patch) | |
tree | 8efeda552ac80b6a9686ea6b968aab1861708fa6 /doc | |
parent | 91f58cccbc4de091f434313af016c36efadfd883 (diff) |
- fixed bug in .cfg files. Thanks to Michael Fischer for noticing this.
git-svn-id: svn://svn.berlios.de/openocd/trunk@86 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configs/arm7_ft2232.cfg | 6 | ||||
-rw-r--r-- | doc/configs/arm9_ft2232.cfg | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs/arm7_ft2232.cfg b/doc/configs/arm7_ft2232.cfg index bb302dbd..9ab6632f 100644 --- a/doc/configs/arm7_ft2232.cfg +++ b/doc/configs/arm7_ft2232.cfg @@ -4,9 +4,9 @@ gdb_port 3333 #interface interface ft2232 -ft2232 "Amontec JTAGkey A" -ft2232 jtagkey -ft2232 0x0403 0xcff8 +ft2232_device_desc "Amontec JTAGkey A" +ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0xcff8 jtag_speed 0 #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst srst_pulls_trst diff --git a/doc/configs/arm9_ft2232.cfg b/doc/configs/arm9_ft2232.cfg index 2fecc7fe..732cebab 100644 --- a/doc/configs/arm9_ft2232.cfg +++ b/doc/configs/arm9_ft2232.cfg @@ -4,9 +4,9 @@ gdb_port 3333 #interface interface ft2232 -ft2232 "Amontec JTAGkey A" -ft2232 "jtagkey" -ft2232 0x0403 0xcff8 +ft2232_device_desc "Amontec JTAGkey A" +ft2232_layout "jtagkey" +ft2232_vid_pid 0x0403 0xcff8 jtag_speed 1 #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst |