diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-19 10:22:05 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-19 10:22:05 +0000 |
commit | 93d63399264113d8bb4f1fd645af6a1ade5363b8 (patch) | |
tree | 731fa2f3391c5056cf141a411f0d1cd94dbd78ff /src/target | |
parent | 4e0bad8679a7d88b6185de73c34f88fd95bd017e (diff) | |
download | openocd+libswd-93d63399264113d8bb4f1fd645af6a1ade5363b8.tar.gz openocd+libswd-93d63399264113d8bb4f1fd645af6a1ade5363b8.tar.bz2 openocd+libswd-93d63399264113d8bb4f1fd645af6a1ade5363b8.tar.xz openocd+libswd-93d63399264113d8bb4f1fd645af6a1ade5363b8.zip |
fix comment w.r.t. start address for RAM
git-svn-id: svn://svn.berlios.de/openocd/trunk@934 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/pxa255_sst.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/pxa255_sst.cfg b/src/target/target/pxa255_sst.cfg index 01d63e41..b9273692 100644 --- a/src/target/target/pxa255_sst.cfg +++ b/src/target/target/pxa255_sst.cfg @@ -4,7 +4,7 @@ # the memory map changes later on as the application # starts... # -# RAM at 0x40000000 +# RAM at 0x4000000 # Flash at 0x00000000 # script target/pxa255.cfg |