From patchwork Wed Jun 27 15:57:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [15/16] UBI: Fastmap: Remove one point from TODO list Date: Wed, 27 Jun 2012 05:57:55 -0000 From: Richard Weinberger X-Patchwork-Id: 167681 Message-Id: <1340812676-14460-16-git-send-email-richard@nod.at> To: linux-mtd@lists.infradead.org Cc: nyoushchenko@mvista.com, artem.bityutskiy@linux.intel.com, linux-kernel@vger.kernel.org, adrian.hunter@intel.com, Heinz.Egger@linutronix.de, thomas.wucher@linutronix.de, shmulik.ladkani@gmail.com, Richard Weinberger , tglx@linutronix.de, Marius.Mazarel@ugal.ro, tim.bird@am.sony.com ubi_flush() ahas been tested more than once. In early versions fastmap called it itself Signed-off-by: Richard Weinberger --- TODO | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index 7386d3b..267b8d3 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,5 @@ to the ubi-utils.git repository, to a separate branch at the beginning 2. Implement power-cut emulation infrastructure similar to what is in UBIFS and test UBI + fastmap with it. -4. Test 'ubi_flush()' 5. Test that the same UBI image works fine on both LE and BE machines. I guess we can do this using sime kind of emulators?