tcl/board: frdm kinetis boards have SRST connected

Change-Id: I1a56b5e9d1ac6466bba11cc694ee3eaa2c9b504f
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2462
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
Paul Fertser 2015-01-10 14:12:37 +03:00 committed by Spencer Oliver
parent 064dc5daac
commit 101124c69a
2 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,6 @@ set WORKAREASIZE 0x4000
# chip name
set CHIPNAME MKL25Z128VLK4
reset_config srst_only
source [find target/kl25.cfg]

View File

@ -10,4 +10,6 @@ set WORKAREASIZE 0x4000
# chip name
set CHIPNAME MKL46Z256VLL4
reset_config srst_only
source [find target/kl46.cfg]