cfg: beaglebone
[fw/openocd] / tcl / board / ek-lm3s9b9x.cfg
index 099e40d52117d5e1298f1af1ce9aa181203fa87d..2bc852962d892a2e31722d6e4348746bc0a019d6 100644 (file)
@@ -8,12 +8,7 @@
 # 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]
-source [find target/lm3s9b9x.cfg]
 
-# jtag speed
-adapter_khz 500
-
-adapter_nsrst_delay 100
-
-#LM3S9B9x Evaluation Board has only srst
-reset_config srst_only
+set WORKAREASIZE 0x4000
+set CHIPNAME lm3s9b9x
+source [find target/stellaris.cfg]