forked from auracaster/openocd
- fix incorrectly registered function openocd_array2mem
- removed unused variables - reformatted lpc288x.[ch] - fixed helper/Makefile.am dependencies - add correct svn props to added files git-svn-id: svn://svn.berlios.de/openocd/trunk@829 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -26,16 +26,15 @@
|
||||
|
||||
typedef struct lpc288x_flash_bank_s
|
||||
{
|
||||
u32 working_area;
|
||||
u32 working_area_size;
|
||||
u32 working_area;
|
||||
u32 working_area_size;
|
||||
|
||||
/* chip id register */
|
||||
u32 cidr;
|
||||
char * target_name;
|
||||
u32 cclk;
|
||||
/* chip id register */
|
||||
u32 cidr;
|
||||
char * target_name;
|
||||
u32 cclk;
|
||||
|
||||
u32 sector_size_break;
|
||||
u32 sector_size_break;
|
||||
} lpc288x_flash_bank_t;
|
||||
|
||||
#endif /* lpc288x_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user