cfg: Deleted duplicate busblaster.cfg and renamed original.
authorBill Traynor <wmat@alphatroop.com>
Tue, 8 May 2012 13:32:35 +0000 (09:32 -0400)
committerPeter Stuge <peter@stuge.se>
Tue, 8 May 2012 14:03:42 +0000 (14:03 +0000)
The busblaster.cfg was contributed on April 23, 2012 and is a
duplicate of dp_busblaster.cfg that was contributed on Oct. 23,
2011.  Therefore, deleting the second version.  Also, renaming
the original dp_busblaster.cfg to simply busblaster.cfg, as this
name is more concise.

Change-Id: Iccb1f10f53dbbb248b1ff4c6295eaf67c32247c1
Signed-off-by: Bill Traynor <wmat@alphatroop.com>
Reviewed-on: http://openocd.zylin.com/622
Tested-by: jenkins
Reviewed-by: Peter Stuge <peter@stuge.se>
tcl/interface/busblaster.cfg
tcl/interface/dp_busblaster.cfg [deleted file]

index e93b07de2e8c84dd0ab8cc78fa0786658bc86515..f87a482e3df1a0c4267c703e14a8908845401c0a 100644 (file)
@@ -1,10 +1,14 @@
 #
-# Dangerous Prototypes Bus Blaster
+# Dangerous Prototypes Bus Blaster
 #
-# http://dangerousprototypes.com/
+# The Bus Blaster has a configurable buffer between the FTDI FT2232H and the
+# JTAG header which allows it to emulate various debugger types. It comes
+# configured as a JTAGkey device.
+#
+# http://dangerousprototypes.com/docs/Bus_Blaster
 #
 
 interface ft2232
-ft2232_vid_pid 0x0403 0x6010
 ft2232_device_desc "Dual RS232-HS"
 ft2232_layout jtagkey
+ft2232_vid_pid 0x0403 0x6010
diff --git a/tcl/interface/dp_busblaster.cfg b/tcl/interface/dp_busblaster.cfg
deleted file mode 100644 (file)
index f87a482..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Dangerous Prototypes - Bus Blaster
-#
-# The Bus Blaster has a configurable buffer between the FTDI FT2232H and the
-# JTAG header which allows it to emulate various debugger types. It comes
-# configured as a JTAGkey device.
-#
-# http://dangerousprototypes.com/docs/Bus_Blaster
-#
-
-interface ft2232
-ft2232_device_desc "Dual RS232-HS"
-ft2232_layout jtagkey
-ft2232_vid_pid 0x0403 0x6010