]> git.sur5r.net Git - openocd/commitdiff
- fixed bug in .cfg files. Thanks to Michael Fischer for noticing this.
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 14 Aug 2006 15:45:11 +0000 (15:45 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 14 Aug 2006 15:45:11 +0000 (15:45 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@86 b42882b7-edfa-0310-969c-e2dbd0fdcd60

doc/configs/arm7_ft2232.cfg
doc/configs/arm9_ft2232.cfg

index bb302dbdc1fb6615edda4d29d6c4c16de6b19c4c..9ab6632f1a68dcba5a14016cf7f53284df580319 100644 (file)
@@ -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
index 2fecc7fef7204c7923d19eb8175f5ade6a2c76c4..732cebab6f0e8cc7953f14f392e10b28fd842628 100644 (file)
@@ -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