From c2cc677056f8b383ff8f88ed8a16f1aa4b530ae2 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 4 Dec 2009 20:19:49 -0800 Subject: ARM: rename armv4_5_algorithm as arm_algorithm Signed-off-by: David Brownell --- src/flash/nor/lpc2900.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/nor/lpc2900.c') diff --git a/src/flash/nor/lpc2900.c b/src/flash/nor/lpc2900.c index 1ef759e2..ce74bbba 100644 --- a/src/flash/nor/lpc2900.c +++ b/src/flash/nor/lpc2900.c @@ -1302,7 +1302,7 @@ static int lpc2900_write(struct flash_bank *bank, uint8_t *buffer, if( warea ) { struct reg_param reg_params[5]; - struct armv4_5_algorithm armv4_5_info; + struct arm_algorithm armv4_5_info; /* We can use target mode. Download the algorithm. */ retval = target_write_buffer( target, -- cgit v1.2.3