diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-08-24 20:50:20 +0100 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-08-31 20:09:24 +0100 |
commit | 31b47688ca5015bc91fb3480135a9e4efd53586a (patch) | |
tree | 420b390d7cb983fdb3fc93ecbd978bfa8ad9a4ff /tcl/board/ek-lm3s9b9x.cfg | |
parent | 6f841988417bdf64490604bee4f3c6d26a93a80b (diff) | |
download | openocd+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-lm3s9b9x.cfg')
-rw-r--r-- | tcl/board/ek-lm3s9b9x.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tcl/board/ek-lm3s9b9x.cfg b/tcl/board/ek-lm3s9b9x.cfg index 099e40d5..83f67319 100644 --- a/tcl/board/ek-lm3s9b9x.cfg +++ b/tcl/board/ek-lm3s9b9x.cfg @@ -8,7 +8,10 @@ # 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] + +set WORKAREASIZE 0x4000 +set CHIPNAME lm3s9b9x +source [find target/stellaris.cfg] # jtag speed adapter_khz 500 |