aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorMatthias Welwarsky <matthias@welwarsky.de>2015-11-04 09:38:18 +0000
committerFreddie Chopin <freddie.chopin@gmail.com>2015-11-04 12:19:55 +0000
commitfdbe47b97f9fc925d43d426a794a23dcb3b7f957 (patch)
tree0a65564863cf0e18f7e8361a790ba7951c9e5d95 /tcl/board
parent03e240f3bfb973968961c1ed21cac748f0d771da (diff)
Revert "board: don't hardcode interface for ti_beaglebone"
This reverts commit 7d7a43fd36a61e55e087a474fe41e3dae6375453. The change concerns the "Black" variant of the TI BeagleBone, while the configuration file is for the original BeagleBone board, which actually embeds a debug interface on the PCB. Change-Id: I2232af210deb698f8b3c0a547f26cd0a0a8f89d0 Signed-off-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-on: http://openocd.zylin.com/3094 Tested-by: jenkins Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/ti_beaglebone.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg
index 4e59a985..5d31d1d9 100644
--- a/tcl/board/ti_beaglebone.cfg
+++ b/tcl/board/ti_beaglebone.cfg
@@ -1,6 +1,9 @@
# 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]