aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Savin <43152568+SiFiveGregS@users.noreply.github.com>2019-04-26 14:48:05 -0700
committerGitHub <noreply@github.com>2019-04-26 14:48:05 -0700
commit44a4deb3732f8036494ca63885c5db8c96ad13ea (patch)
treedc890d6eea1be522c455e84e335794dbf1adaa5a
parent5190dd4cef6a8a71e592aa637f02e2b9cdbd80e3 (diff)
downloadriscv-openocd-44a4deb3732f8036494ca63885c5db8c96ad13ea.zip
riscv-openocd-44a4deb3732f8036494ca63885c5db8c96ad13ea.tar.gz
riscv-openocd-44a4deb3732f8036494ca63885c5db8c96ad13ea.tar.bz2
Removed a .cfg file that was development scaffolding. (#371)
-rw-r--r--tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg b/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg
deleted file mode 100644
index b7d1ee6..0000000
--- a/tcl/board/sifive-e31arty-onboard-ftdi-raw.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Be sure you include the speed and interface before this file
-# Example:
-# -c "adapter_khz 5000" -f "interface/ftdi/arty-onboard-ftdi.cfg" -f "board/sifive-e31arty-onboard-ftdi.cfg"
-
-set _CHIPNAME arty
-jtag newtap $_CHIPNAME bs -irlen 6 -expected-id 0x0362d093
-
-
-echo "Ready for Remote Connections"