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 d84fead487b120774e18c03664a0a361616429fc (commit)
from f4b52e1ceb2818d7a388c7aa0a3a7ab9b78f68be (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 d84fead487b120774e18c03664a0a361616429fc
Author: Ãyvind Harboe <oyv...@zy...>
Date: Wed Dec 2 12:45:12 2009 +0100
zy1000: keep up with startup refactoring work.
keep up with server_init() introduction.
Signed-off-by: Ãyvind Harboe <oyv...@zy...>
diff --git a/src/ecosboard.c b/src/ecosboard.c
index 36e807e..dcd497c 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -1113,6 +1113,11 @@ int main(int argc, char *argv[])
command_run_linef(cmd_ctx, "script /rom/openocd.cfg");
+ int ret;
+ ret = server_init(cmd_ctx);
+ if (ERROR_OK != ret)
+ return EXIT_FAILURE;
+
/* we MUST always run the init command as it will launch telnet sessions */
command_run_line(cmd_ctx, "init");
-----------------------------------------------------------------------
Summary of changes:
src/ecosboard.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|