aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcl/interface/busblaster.cfg10
-rw-r--r--tcl/interface/dp_busblaster.cfg14
2 files changed, 7 insertions, 17 deletions
diff --git a/tcl/interface/busblaster.cfg b/tcl/interface/busblaster.cfg
index e93b07de..f87a482e 100644
--- a/tcl/interface/busblaster.cfg
+++ b/tcl/interface/busblaster.cfg
@@ -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
index f87a482e..00000000
--- a/tcl/interface/dp_busblaster.cfg
+++ /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