aboutsummaryrefslogtreecommitdiff
path: root/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2011-06-24 11:03:13 -0700
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-06-25 10:02:07 +0300
commit3345a94837f3378ec9c172a73db1b22005ac2a1e (patch)
treec89f669cd9c2b4d02aa813e7d23c6a3b3e6aa548 /feature-removal-schedule.txt
parent5609a8fe5f78573464374cbc2d082e1ba65573e0 (diff)
feature-removal: remove completed tasks
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'feature-removal-schedule.txt')
-rw-r--r--feature-removal-schedule.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt
index 338bc08..a5980f7 100644
--- a/feature-removal-schedule.txt
+++ b/feature-removal-schedule.txt
@@ -40,40 +40,3 @@ This is duplicating behavior with the mtdinfo utility. Now the util
warns when people use it, but it'll be removed in release 1.4.6.
---------------------------
-
-4. Rename --noskipbad option, kill --omitbad, change default BB method for nanddump
-
-Our bad block handling methods are getting disorganized. They will be replaced
-by a series of --bb=METHOD options (see `nanddump --help').
-
-In addition, the previous default bad block behavior was to dump 0xFF in place
-of bad blocks. This was not a good "inverse operation" of nandwrite. Thus, the
-current default behavior has become the (new) option --bb=padbad, and in 1.4.6,
-the default will be --bb=skipbad.
-
-The new `--bb=METHOD' options are included in this release, but all feature
-removals and changed defaults will occur in 1.4.6. For now, there are
-appropriate deprecation warning messages and an alert telling about the
-soon-to-be-default settings.
-
-Transition summary table:
------------------------------------------------------------------------------------------------------------
- Old option New option Comment
------------------------------------------------------------------------------------------------------------
- <default> --bb=padbad dump flash data, substituting 0xFF for any bad blocks
- --noskipbad --bb=dumpbad dump flash data, including any bad blocks
- --skipbad --bb=skipbad, <default> dump good data, completely skipping any bad blocks (new default)
- --omitbad N/A very similar to `skipbad', will be removed soon
-
----------------------------
-
-5. nanddump will not dump OOB by default
-
-In 1.4.6, nanddump will not dump OOB by default. To dump OOB, you will have to
-explicitly use the option `--oob'. For now, there is simply a warning every
-time you use nanddump without explicitly choosing `--oob' or `--omitoob'.
-
-Note that `-o' will no longer stand for `--omitoob'. To unify with nandwrite,
-it will stand for `--oob' (Dump OOB data).
-
----------------------------