aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorJiri Kastner <cz172638@gmail.com>2017-12-16 22:21:14 +0100
committerPaul Fertser <fercerpav@gmail.com>2017-12-20 19:47:11 +0000
commit1c2e3d41de30c5e47d3fc8eda3de0a0a8229895a (patch)
tree1400d29717b7dc1c0c7d83664347db094ce67779 /tcl/board
parent84d68579eb55c1b4aba4fddc11b33ae746f84d23 (diff)
config for ESPRESSObin from Globalscale Tech. Inc.
Change-Id: I77f536a9d2e901ebcef0a7dd0f205e5332b1d382 Signed-off-by: Jiri Kastner <cz172638@gmail.com> Reviewed-on: http://openocd.zylin.com/4303 Tested-by: jenkins Reviewed-by: Forest Crossman <cyrozap@gmail.com> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/gti/espressobin.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcl/board/gti/espressobin.cfg b/tcl/board/gti/espressobin.cfg
new file mode 100644
index 00000000..20d0452f
--- /dev/null
+++ b/tcl/board/gti/espressobin.cfg
@@ -0,0 +1,7 @@
+# config for ESPRESSObin from
+# Globalscale Technologies Inc.
+
+# srst is isolated through missing resistor
+reset_config trst_only
+
+source [find target/marvell/88f3720.cfg]