From b8d8953ae9995829a61ce7b34e544f004bb23c55 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Wed, 13 Jan 2010 10:12:34 +0000 Subject: MIPS: add mips algorithm support - add mips support for target algorithms. - added handlers for target_checksum_memory and target_blank_check_memory. - clean up long lines Signed-off-by: Spencer Oliver --- src/target/mips32_pracc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/target/mips32_pracc.c') diff --git a/src/target/mips32_pracc.c b/src/target/mips32_pracc.c index 7d91d42e..f20c69eb 100644 --- a/src/target/mips32_pracc.c +++ b/src/target/mips32_pracc.c @@ -206,7 +206,8 @@ static int mips32_pracc_exec_write(struct mips32_pracc_context *ctx, uint32_t ad return ERROR_OK; } -int mips32_pracc_exec(struct mips_ejtag *ejtag_info, int code_len, const uint32_t *code, int num_param_in, uint32_t *param_in, int num_param_out, uint32_t *param_out, int cycle) +int mips32_pracc_exec(struct mips_ejtag *ejtag_info, int code_len, const uint32_t *code, + int num_param_in, uint32_t *param_in, int num_param_out, uint32_t *param_out, int cycle) { uint32_t ejtag_ctrl; uint32_t address, data; -- cgit v1.2.3