remove unused aduc702x structure.

The ADUC702x_FLASH_MMIO structure was completely used, so it must die.
__archive__
Zachary T Welch 2009-11-13 08:02:59 -08:00
parent a03c9a8dce
commit 43483e5054
1 changed files with 0 additions and 11 deletions

View File

@ -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;
};