It can be scripted instead with .raw accesses. Signed-off-by: Scott Wood <scottw...@freescale.com> --- 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" -- 1.7.7.rc3.4.g8d714 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot