diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-04-26 14:16:31 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-04-26 14:16:31 +0000 |
commit | 625e34918f5681eb754f47973144e2485b543320 (patch) | |
tree | ac10a1f3fcf058a08d592dac54912f6f0f1629fc | |
parent | 5d6c997b514e3a8cde971ae3090004ab54ba1d2f (diff) | |
download | openocd_libswd-625e34918f5681eb754f47973144e2485b543320.tar.gz openocd_libswd-625e34918f5681eb754f47973144e2485b543320.tar.bz2 openocd_libswd-625e34918f5681eb754f47973144e2485b543320.tar.xz openocd_libswd-625e34918f5681eb754f47973144e2485b543320.zip |
- incorrect ram size for lm3s811 target script
git-svn-id: svn://svn.berlios.de/openocd/trunk@620 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/target/target/lm3s811.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/target/lm3s811.cfg b/src/target/target/lm3s811.cfg index b47c7c93..d5888de1 100644 --- a/src/target/target/lm3s811.cfg +++ b/src/target/target/lm3s811.cfg @@ -10,8 +10,8 @@ jtag_device 4 0x1 0xf 0xe target cortex_m3 little run_and_halt 0 -# 4k working area at base of ram -working_area 0 0x20000000 0x4000 nobackup +# 2k working area at base of ram +working_area 0 0x20000000 0x2000 nobackup #flash configuration flash bank stellaris 0 0 0 0 0 |