From patchwork Wed Mar 28 22:27:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/2] nand: remote biterr command stub Date: Wed, 28 Mar 2012 12:27:43 -0000 From: Scott Wood X-Patchwork-Id: 149322 Message-Id: <20120328222743.GA14889@schlenkerla.am.freescale.net> To: It can be scripted instead with .raw accesses. Signed-off-by: Scott Wood --- common/cmd_nand.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 4456706..368c9f2 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -723,11 +723,6 @@ int do_nand(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) return ret; } - if (strcmp(cmd, "biterr") == 0) { - /* todo */ - return 1; - } - #ifdef CONFIG_CMD_NAND_LOCK_UNLOCK if (strcmp(cmd, "lock") == 0) { int tight = 0; @@ -804,7 +799,6 @@ U_BOOT_CMD( "nand scrub [-y] off size | scrub.part partition | scrub.chip\n" " really clean NAND erasing bad blocks (UNSAFE)\n" "nand markbad off [...] - mark bad block(s) at offset (UNSAFE)\n" - "nand biterr off - make a bit error at offset (UNSAFE)" #ifdef CONFIG_CMD_NAND_LOCK_UNLOCK "\n" "nand lock [tight] [status]\n"