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