diff options
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/TODO | 10 | ||||
-rw-r--r-- | ubi-utils/scripts/TODO | 5 |
2 files changed, 10 insertions, 5 deletions
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! |