fix cc32xx related changes

original CC3200 launchpad works only with ti-icdi driver
which stopped to work after merging to master commit
d02de3a8a9

Change-Id: I247b5d99831fa744de1fdc5b8a7cffdf49fe953c
Signed-off-by: Jiri Kastner <cz172638@gmail.com>
Reviewed-on: http://openocd.zylin.com/4792
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Jiri Kastner 2018-12-06 21:23:25 +01:00 committed by Matthias Welwarsky
parent 8b66c96974
commit 7ae6b04b98
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ if { [info exists TRANSPORT] } {
transport select jtag
}
adapter_khz 2500
set WORKAREASIZE 0x40000
source [find target/cc32xx.cfg]
source [find target/ti_cc32xx.cfg]
reset_config srst_only