summaryrefslogtreecommitdiff
path: root/tcl/board/ek-lm3s1968.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-08-24 20:50:20 +0100
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-08-31 20:09:24 +0100
commit31b47688ca5015bc91fb3480135a9e4efd53586a (patch)
tree420b390d7cb983fdb3fc93ecbd978bfa8ad9a4ff /tcl/board/ek-lm3s1968.cfg
parent6f841988417bdf64490604bee4f3c6d26a93a80b (diff)
downloadopenocd_libswd-31b47688ca5015bc91fb3480135a9e4efd53586a.tar.gz
openocd_libswd-31b47688ca5015bc91fb3480135a9e4efd53586a.tar.bz2
openocd_libswd-31b47688ca5015bc91fb3480135a9e4efd53586a.tar.xz
openocd_libswd-31b47688ca5015bc91fb3480135a9e4efd53586a.zip
cfg: update Luminary config files
- Update all Luminary config's to use a common target/stellaris.cfg. - Add Luminary ek-lm3s6965 config. - Increase working area for boards with more ram. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl/board/ek-lm3s1968.cfg')
-rw-r--r--tcl/board/ek-lm3s1968.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcl/board/ek-lm3s1968.cfg b/tcl/board/ek-lm3s1968.cfg
index cb83a3aa..184d368e 100644
--- a/tcl/board/ek-lm3s1968.cfg
+++ b/tcl/board/ek-lm3s1968.cfg
@@ -13,7 +13,8 @@
source [find interface/luminary.cfg]
# include the target config
-source [find target/lm3s1968.cfg]
+set CHIPNAME lm3s1968
+source [find target/stellaris.cfg]
# jtag speed
adapter_khz 3000