diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-17 13:29:40 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-17 13:29:40 +0200 |
commit | eded3e909d8d7122ea1652940bb41bf5eef3ed55 (patch) | |
tree | 4e9a7af70397cf0bf8efebccdcd891937bda740b /ubi-utils/TODO | |
parent | fd98ff924d71061a062b813cb784f83e4c89401f (diff) |
ubi-utils: add udevsettle hack
Add udevsettle call to libubi which is not compiled in by default.
We need this for UBI testing.
Also, add one more TODO note
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/TODO')
-rw-r--r-- | ubi-utils/TODO | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ubi-utils/TODO b/ubi-utils/TODO index 885a76f..a604170 100644 --- a/ubi-utils/TODO +++ b/ubi-utils/TODO @@ -6,5 +6,9 @@ TODO * 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 + * the tests from the scripts/ directory should live in + mit-utils/tests/ubi-tests/ and it would be nice to have a short + description of the tests + * the stuff from the perl/ directory should go to the scripts/ + * May we pleas split UBI-related stuff and pure NAND-related stuff and + not to keep this all in one. |