From: oharboe Date: Fri, 3 Apr 2009 05:32:28 +0000 (+0000) Subject: Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line. X-Git-Tag: v0.2.0~1055 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=ffb73fe1d6f1c8e2c8ceaeea54908869e830c375 Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line. git-svn-id: svn://svn.berlios.de/openocd/trunk@1448 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/flash/nand.c b/src/flash/nand.c index 6977b68a12..b2508ac03d 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 [options]"); register_command(cmd_ctx, nand_cmd, "write", handle_nand_write_command, COMMAND_EXEC, - "write to NAND flash device [oob_raw|oob_only]"); + "write to NAND flash device [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 ['enable'|'disable']"); }