diff options
author | Matthias Welwarsky <matthias@welwarsky.de> | 2015-10-31 16:17:18 +0100 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2015-11-03 21:30:24 +0000 |
commit | 7d7a43fd36a61e55e087a474fe41e3dae6375453 (patch) | |
tree | 76e944bed401bf0a146615fe321ed6302b1dad5a /tcl/board | |
parent | afb083625c9ee7871004f9f6a00d04173ddf83f0 (diff) | |
download | riscv-openocd-7d7a43fd36a61e55e087a474fe41e3dae6375453.zip riscv-openocd-7d7a43fd36a61e55e087a474fe41e3dae6375453.tar.gz riscv-openocd-7d7a43fd36a61e55e087a474fe41e3dae6375453.tar.bz2 |
board: don't hardcode interface for ti_beaglebone
Board files should not select the interface. The BeagleBone Black is not
limited to just one JTAG interface.
Change-Id: I71ccc3dd9e2ca331a436701fab04e548b0abf829
Signed-off-by: Matthias Welwarsky <matthias@welwarsky.de>
Reviewed-on: http://openocd.zylin.com/3083
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/ti_beaglebone.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg index 5d31d1d..4e59a98 100644 --- a/tcl/board/ti_beaglebone.cfg +++ b/tcl/board/ti_beaglebone.cfg @@ -1,9 +1,6 @@ # AM335x Beaglebone # http://beagleboard.org/bone -# The JTAG interface is built directly on the board. -source [find interface/ftdi/xds100v2.cfg] - adapter_khz 16000 source [find target/am335x.cfg] |