X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fek-lm4f232.cfg;h=ebbc01d305e5e20f0d0bc342a99c57ca2f83faa1;hb=adb8ec32dc7439aa3e34ab19f026e390ec129c10;hp=6e3f8e3192832b18e4aeebdf48263f83d02ffd3e;hpb=c7a6f065d2a48730e05eb95bb44ca6a7032d2a31;p=openocd.git diff --git a/tcl/board/ek-lm4f232.cfg b/tcl/board/ek-lm4f232.cfg index 6e3f8e3192..ebbc01d305 100644 --- a/tcl/board/ek-lm4f232.cfg +++ b/tcl/board/ek-lm4f232.cfg @@ -4,10 +4,12 @@ # http://www.ti.com/tool/ek-lm4f232 # -# NOTE: using the bundled FT2232 JTAG/SWD/SWO interface is optional! -# so is using in JTAG mode, as done here. -source [find interface/luminary-icdi.cfg] +# +# NOTE: using the bundled ICDI interface is optional! +# This interface is not ftdi based as previous boards were +# +source [find interface/ti-icdi.cfg] set WORKAREASIZE 0x8000 set CHIPNAME lm4f23x -source [find target/stellaris.cfg] +source [find target/stellaris_icdi.cfg]