From: Matthias Welwarsky Date: Sat, 31 Oct 2015 15:17:18 +0000 (+0100) Subject: board: don't hardcode interface for ti_beaglebone X-Git-Tag: v0.10.0-rc1~409 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7d7a43fd36a61e55e087a474fe41e3dae6375453;ds=sidebyside 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 Reviewed-on: http://openocd.zylin.com/3083 Tested-by: jenkins Reviewed-by: Freddie Chopin --- diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg index 5d31d1d971..4e59a985cc 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]