tcl/board: add SPDX tag
[fw/openocd] / tcl / board / frdm-kl46z.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # This is an Freescale Freedom eval board with a single MKL46Z256VLL4 chip.
4 # http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KL46Z
5 #
6
7 source [find interface/cmsis-dap.cfg]
8
9 # increase working area to 16KB
10 set WORKAREASIZE 0x4000
11
12 # chip name
13 set CHIPNAME MKL46Z256VLL4
14
15 reset_config srst_only
16
17 source [find target/kl46.cfg]