Re: [Openocd-development] [PATCH] str9x: fixed the flash_config command name

2010-01-11 Thread David Brownell
On Monday 11 January 2010, Edgar Grimberg wrote: > I'm doing target tests according to a test plan. I want to test the > basic functionality of OpenOCD: Test Plan? That sounds ... pleasantly organized!! :) > * Connectivity: telnet, GDB > * Reset, using the provided configuration scripts, on ta

[Openocd-development] [PATCH] str9x: fixed the flash_config command name

2010-01-11 Thread Edgar Grimberg
Fixed the flash_config registered name. Tested on a HITEX STR912 evalboard. Signed-off-by: Edgar Grimberg ---  src/flash/nor/str9x.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/flash/nor/str9x.c b/src/flash/nor/str9x.c index 9cddb50..75c8152 100644 --- a/src/flas

Re: [Openocd-development] [PATCH] str9x: fixed the flash_config command name

2010-01-11 Thread Edgar Grimberg
On Mon, Jan 11, 2010 at 4:44 PM, David Brownell wrote: > On Monday 11 January 2010, Edgar Grimberg wrote: >> index 9cddb50..75c8152 100644 >> --- a/src/flash/nor/str9x.c >> +++ b/src/flash/nor/str9x.c >> @@ -679,7 +679,7 @@ COMMAND_HANDLER(str9x_handle_flash_config_command) >> >>  static const str

Re: [Openocd-development] [PATCH] str9x: fixed the flash_config command name

2010-01-11 Thread David Brownell
On Monday 11 January 2010, Edgar Grimberg wrote: > index 9cddb50..75c8152 100644 > --- a/src/flash/nor/str9x.c > +++ b/src/flash/nor/str9x.c > @@ -679,7 +679,7 @@ COMMAND_HANDLER(str9x_handle_flash_config_command) > > static const struct command_registration str9x_config_command_handlers[] = { >

[Openocd-development] [PATCH] str9x: fixed the flash_config command name

2010-01-11 Thread Edgar Grimberg
Fixed the flash_config registered name. Tested on a HITEX STR912 evalboard. Signed-off-by: Edgar Grimberg --- src/flash/nor/str9x.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/flash/nor/str9x.c b/src/flash/nor/str9x.c index 9cddb50..75c8152 100644 --- a/src/flas