diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 08:02:59 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-13 11:58:08 -0800 |
commit | 43483e5054c78e0fdfaebed5e14c14246af07c97 (patch) | |
tree | ef4ff74445d35203545bdb8487439bb64898c36c /src/flash | |
parent | a03c9a8dce92d0df0e995e348edfa1b3ea952f45 (diff) | |
download | openocd_libswd-43483e5054c78e0fdfaebed5e14c14246af07c97.tar.gz openocd_libswd-43483e5054c78e0fdfaebed5e14c14246af07c97.tar.bz2 openocd_libswd-43483e5054c78e0fdfaebed5e14c14246af07c97.tar.xz openocd_libswd-43483e5054c78e0fdfaebed5e14c14246af07c97.zip |
remove unused aduc702x structure.
The ADUC702x_FLASH_MMIO structure was completely used, so it must die.
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/aduc702x.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/flash/aduc702x.c b/src/flash/aduc702x.c index 255b1769..ea9e8400 100644 --- a/src/flash/aduc702x.c +++ b/src/flash/aduc702x.c @@ -43,17 +43,6 @@ static int aduc702x_set_write_enable(target_t *target, int enable); #define ADUC702x_FLASH_FEEPRO (6*4) #define ADUC702x_FLASH_FEEHIDE (7*4) -typedef struct { - uint32_t feesta; - uint32_t feemod; - uint32_t feecon; - uint32_t feedat; - uint32_t feeadr; - uint32_t feesign; - uint32_t feepro; - uint32_t feehide; -} ADUC702x_FLASH_MMIO; - struct aduc702x_flash_bank { working_area_t *write_algorithm; }; |