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>
This commit is contained in:
parent
afb083625c
commit
7d7a43fd36
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue