Revert "board: don't hardcode interface for ti_beaglebone"
[fw/openocd] / tcl / board / ti_beaglebone.cfg
1 # AM335x Beaglebone
2 #  http://beagleboard.org/bone
3
4 # The JTAG interface is built directly on the board.
5 source [find interface/ftdi/xds100v2.cfg]
6
7 adapter_khz 16000
8
9 source [find target/am335x.cfg]
10
11 reset_config trst_and_srst
12
13