armv4_5_algorithm_t -> struct armv4_5_algorithm
Remove misleading typedef and redundant suffix from struct armv4_5_algorithm.
This commit is contained in:
@@ -1314,7 +1314,7 @@ static int lpc2900_write(struct flash_bank_s *bank, uint8_t *buffer,
|
||||
if( warea )
|
||||
{
|
||||
struct reg_param reg_params[5];
|
||||
armv4_5_algorithm_t armv4_5_info;
|
||||
struct armv4_5_algorithm armv4_5_info;
|
||||
|
||||
/* We can use target mode. Download the algorithm. */
|
||||
retval = target_write_buffer( target,
|
||||
|
||||
Reference in New Issue
Block a user