This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 0a9d7cab6d76d1203d46e51140ad97d0b5cace56 (commit)
from b3e64566ab88dde3f664d7ae59116e7644533ea3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0a9d7cab6d76d1203d46e51140ad97d0b5cace56
Author: David Brownell <dbr...@us...>
Date: Sat Dec 12 15:43:02 2009 -0800
LPC2000: rename "r13_svc" as "sp_svc"
This driver didn't get updated when the name changed.
Signed-off-by: David Brownell <dbr...@us...>
diff --git a/src/flash/nor/lpc2000.c b/src/flash/nor/lpc2000.c
index 18896f7..ae0a384 100644
--- a/src/flash/nor/lpc2000.c
+++ b/src/flash/nor/lpc2000.c
@@ -343,7 +343,7 @@ static int lpc2000_iap_call(struct flash_bank *bank, int code, uint32_t param_ta
case lpc2000_v1:
case lpc2000_v2:
/* IAP stack */
- init_reg_param(®_params[3], "r13_svc", 32, PARAM_OUT);
+ init_reg_param(®_params[3], "sp_svc", 32, PARAM_OUT);
buf_set_u32(reg_params[3].value, 0, 32, lpc2000_info->iap_working_area->address + 0xb4);
/* return address */
-----------------------------------------------------------------------
Summary of changes:
src/flash/nor/lpc2000.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|