diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-18 13:38:02 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-18 13:38:02 +0200 |
commit | 6022deaa5b3b46926757d90fedb8835718150763 (patch) | |
tree | b07f22d183d943fe0a5859d0721a6bb08472ff12 /feature-removal-schedule.txt | |
parent | 5efcdf7a2bfafd01e5c6d53dd46335f30704b2ad (diff) |
nanddump: fail if -s parameter is unaligned
Implement the feature which we planned long time ago - make nanddump
fail if the -s parameter is not NAND page-aligned. Also bump nanddump
version.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'feature-removal-schedule.txt')
-rw-r--r-- | feature-removal-schedule.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/feature-removal-schedule.txt b/feature-removal-schedule.txt index 2899e34..30f0403 100644 --- a/feature-removal-schedule.txt +++ b/feature-removal-schedule.txt @@ -26,15 +26,5 @@ to stop using them. The further step is to remove both of them. --------------------------- -2. nanddump: fail when the -s parameter is not page aligned - -nanddump should be consistent with nandwrite, and refuse accepting non page -aligned start addresses. These dumps are most likely useless, since nandwrite -won't write then at this location. Currently only a warning is issued to keep -backward compatibility during a transition period. This should become an error -one release after the next release (current is mtd-utils-1.4.0, 18 Sep 2010). - -To be done by Artem Bityutskiy. ---------------------------- -3. +2. --------------------------- |