On Thu, 2 Apr 2009, Nicolas Pitre wrote:

> On Thu, 2 Apr 2009, Øyvind Harboe wrote:
> 
> > Committed patches 1 through 5 inclusive.
> > 
> > Please check that the patches went in correctly.
> 
> Yep, thanks.

One minor addition: list the new flag in the "nand write" help line.

diff --git a/src/flash/nand.c b/src/flash/nand.c
index 6977b68..b2508ac 100644
--- a/src/flash/nand.c
+++ b/src/flash/nand.c
@@ -322,7 +322,7 @@ int nand_init(struct command_context_s *cmd_ctx)
                register_command(cmd_ctx, nand_cmd, "dump", 
handle_nand_dump_command, COMMAND_EXEC,
                                                 "dump from NAND flash device 
<num> <filename> <offset> <size> [options]");
                register_command(cmd_ctx, nand_cmd, "write", 
handle_nand_write_command, COMMAND_EXEC,
-                                                "write to NAND flash device 
<num> <filename> <offset> [oob_raw|oob_only]");
+                                                "write to NAND flash device 
<num> <filename> <offset> [oob_raw|oob_only|oob_softecc]");
                register_command(cmd_ctx, nand_cmd, "raw_access", 
handle_nand_raw_access_command, COMMAND_EXEC,
                                                 "raw access to NAND flash 
device <num> ['enable'|'disable']");
        }
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to