aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/ek-lm3s811.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-02-14 14:20:51 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-02-16 08:57:22 +0000
commitfd39a5e8addce366467ad7305eb270ddd635f4a9 (patch)
treeb981423fa5e840f1f1c1bda4a277e661760831ab /tcl/board/ek-lm3s811.cfg
parentddb2bb28fa4e1ea29c6e94e0c559b3586f9f8235 (diff)
cfg: change default stellaris working area
This sets the default stellaris working area to 2k rather than the current 8k. 2K is the smallest RAM size in the stellaris family. Change-Id: I1407f758eb0926cc094b824a6d25199b313c45de Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/458 Tested-by: jenkins
Diffstat (limited to 'tcl/board/ek-lm3s811.cfg')
-rw-r--r--tcl/board/ek-lm3s811.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl/board/ek-lm3s811.cfg b/tcl/board/ek-lm3s811.cfg
index f8b3a2e8..db7324a7 100644
--- a/tcl/board/ek-lm3s811.cfg
+++ b/tcl/board/ek-lm3s811.cfg
@@ -9,5 +9,6 @@
source [find interface/luminary.cfg]
# include the target config
+set WORKAREASIZE 0x2000
set CHIPNAME lm3s811
source [find target/stellaris.cfg]