- remove target specific variant and use target->variant member
- fix build warning in cortex_m3 - code cleanup - remove trailing lf and convert c++ comments git-svn-id: svn://svn.berlios.de/openocd/trunk@1238 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -32,8 +32,6 @@ typedef struct mips_m4k_common_s
|
||||
{
|
||||
int common_magic;
|
||||
mips32_common_t mips32_common;
|
||||
|
||||
char *variant;
|
||||
} mips_m4k_common_t;
|
||||
|
||||
extern int mips_m4k_bulk_write_memory(target_t *target, u32 address, u32 count, u8 *buffer);
|
||||
|
||||
Reference in New Issue
Block a user