diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-27 10:17:50 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-10-27 10:17:50 +0000 |
commit | d0626605ecc766d330bf33a451737cc43f4c4849 (patch) | |
tree | 14551c288f7db103a8e06e06fba60fb1b721cb31 /src | |
parent | 3ddcbd6b5838a00198e8e775b9f513d00fe0700f (diff) | |
download | openocd_libswd-d0626605ecc766d330bf33a451737cc43f4c4849.tar.gz openocd_libswd-d0626605ecc766d330bf33a451737cc43f4c4849.tar.bz2 openocd_libswd-d0626605ecc766d330bf33a451737cc43f4c4849.tar.xz openocd_libswd-d0626605ecc766d330bf33a451737cc43f4c4849.zip |
fix working area address
git-svn-id: svn://svn.berlios.de/openocd/trunk@1104 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/target/target/zy1000.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/zy1000.cfg b/src/target/target/zy1000.cfg index 52221251..b47607f1 100644 --- a/src/target/target/zy1000.cfg +++ b/src/target/target/zy1000.cfg @@ -45,7 +45,7 @@ flash bank ecosflash 0x01000000 0x200000 2 2 0 ecos/at91eb40a.elf # required for usable performance. Used for lots of # other things than flash programming. -working_area 0 0x00030000 0x20000 nobackup +working_area 0 0x00020000 0x20000 nobackup jtag_khz 16000 |