diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-24 22:15:22 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-09-24 22:15:22 +0000 |
commit | bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4 (patch) | |
tree | 2ea1fbaf7c31ddf7801236c13cf2d996b3a4333d /src/target | |
parent | f9a3c36cf26b209e04f0f67e0d2b6a844b6b5873 (diff) | |
download | openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.gz openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.bz2 openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.xz openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.zip |
- renamed x7926 driver to aduc702x to match other flash drivers
- removed c99 types (mingw issues) from aduc driver and cleanup
- updated docs for aduc702x flash driver
git-svn-id: svn://svn.berlios.de/openocd/trunk@995 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/aduc702x.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/aduc702x.cfg b/src/target/target/aduc702x.cfg index e3e88620..5c297fbe 100644 --- a/src/target/target/aduc702x.cfg +++ b/src/target/target/aduc702x.cfg @@ -24,7 +24,7 @@ target arm7tdmi little 0 #working_area 0 0x11C00 0x400 backup ## flash configuration -flash bank x7026 0x80000 0x10000 2 2 0 +flash bank aduc702x 0x80000 0x10000 2 2 0 ## If you use the watchdog, the following code makes sure that the board ## doesn't reboot when halted via JTAG. Yes, on the older generation |