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 a092e8d237e7d23b1b952c4d400d8210523f9ce2 (commit)
from 27b98c2fa548a46bbd2e3f5417160bbfb6eb89a1 (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 a092e8d237e7d23b1b952c4d400d8210523f9ce2
Author: Antonio Borneo <bor...@gm...>
Date: Fri Mar 26 15:54:33 2010 +0800
NOR TCL: fix usage message
The command "flash bank" has updated syntax.
Add the mandatory parameter <target> to the usage message
that prints in case of error.
Signed-off-by: Antonio Borneo <bor...@gm...>
diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c
index 38cb655..fc7169f 100644
--- a/src/flash/nor/tcl.c
+++ b/src/flash/nor/tcl.c
@@ -789,7 +789,7 @@ COMMAND_HANDLER(handle_flash_bank_command)
if (CMD_ARGC < 7)
{
LOG_ERROR("usage: flash bank <name> <driver> "
- "<base> <size> <chip_width> <bus_width>");
+ "<base> <size> <chip_width> <bus_width> <target>");
return ERROR_COMMAND_SYNTAX_ERROR;
}
// save bank name and advance arguments for compatibility
-----------------------------------------------------------------------
Summary of changes:
src/flash/nor/tcl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|