summaryrefslogtreecommitdiff
path: root/src/target/target/pxa255_sst.cfg
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-30 08:04:11 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-10-30 08:04:11 +0000
commitbe968a54002b3387e0316c2fcce4ee93da840caa (patch)
treed793cfc689143060fff13c88de0f23f8a21093d0 /src/target/target/pxa255_sst.cfg
parent069a04dca0badadb709c6f2f84ef668ad38ddc8a (diff)
downloadopenocd+libswd-be968a54002b3387e0316c2fcce4ee93da840caa.tar.gz
openocd+libswd-be968a54002b3387e0316c2fcce4ee93da840caa.tar.bz2
openocd+libswd-be968a54002b3387e0316c2fcce4ee93da840caa.tar.xz
openocd+libswd-be968a54002b3387e0316c2fcce4ee93da840caa.zip
Rick Altherr <kc8apf@kc8apf.net> - update syntax
git-svn-id: svn://svn.berlios.de/openocd/trunk@1114 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target/pxa255_sst.cfg')
-rw-r--r--src/target/target/pxa255_sst.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/target/pxa255_sst.cfg b/src/target/target/pxa255_sst.cfg
index b9273692..49ebd2b3 100644
--- a/src/target/target/pxa255_sst.cfg
+++ b/src/target/target/pxa255_sst.cfg
@@ -10,4 +10,5 @@
script target/pxa255.cfg
# flash bank <driver> <base> <size> <chip_width> <bus_width> <targetNum> [options]
flash bank cfi 0x00000000 0x80000 2 2 0 jedec_probe
-working_area 0 0x4000000 0x4000 nobackup 0
+
+[new_target_name] configure -work-area-virt 0 -work-area-phys 0x4000000 -work-area-size 0x4000 -work-area-backup 0