tcl/board: add SPDX tag
[fw/openocd] / tcl / board / ek-lm3s811-revb.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # TI/Luminary Stellaris LM3S811 Evaluation Kits (rev B and earlier)
5 #
6 # http://www.ti.com/tool/ek-lm3s811
7 #
8
9 # NOTE: newer 811-EK boards (rev C and above) shouldn't use this.
10 # use board/ek-lm3s811.cfg
11 source [find interface/ftdi/luminary-lm3s811.cfg]
12
13 # include the target config
14 set WORKAREASIZE 0x2000
15 set CHIPNAME lm3s811
16 source [find target/stellaris.cfg]