From: Artem Bityutskiy Date: Sat, 15 Dec 2007 16:51:55 +0000 (+0200) Subject: ubi-utils: add more TODOs X-Git-Tag: v1.2.0~125 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7205454f401c2ca563ecdca87e254ee5d990bd00;p=mtd-utils.git ubi-utils: add more TODOs Signed-off-by: Artem Bityutskiy --- diff --git a/ubi-utils/TODO b/ubi-utils/TODO new file mode 100644 index 0000000..885a76f --- /dev/null +++ b/ubi-utils/TODO @@ -0,0 +1,10 @@ +TODO +==== + + * Range checking is broken, reserving 2M and offering 3M binary data + ... works!? No! + * Remove the above misterious statement or make it understandable + * doc/ directory contains a file which refers images from /home/frank/ + - please fix this or remove the whole doc/ altogether. + * the scripts/ directory should live in mit-utils/tests/ubi-tests/scripts + and it would be nice to have a short description of the tests diff --git a/ubi-utils/scripts/TODO b/ubi-utils/scripts/TODO deleted file mode 100644 index f093e77..0000000 --- a/ubi-utils/scripts/TODO +++ /dev/null @@ -1,5 +0,0 @@ -TODO -==== - - * Range checking is broken, reserving 2M and offering 3M binary data - ... works!? No!