aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nandwrite.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nandwrite.c b/nandwrite.c
index 7bb57cd..b77edd6 100644
--- a/nandwrite.c
+++ b/nandwrite.c
@@ -392,12 +392,6 @@ int main(int argc, char * const argv[])
goto restoreoob;
}
- /* For now, don't allow writing oob when reading from standard input. */
- if (ifd == STDIN_FILENO && writeoob) {
- fprintf(stderr, "Can't write oob when reading from standard input.\n");
- goto closeall;
- }
-
pagelen = meminfo.writesize + ((writeoob) ? meminfo.oobsize : 0);
/*