diff options
author | Frank Haverkamp <haver@vnet.ibm.com> | 2008-01-07 14:05:00 +0100 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-15 12:47:09 +0200 |
commit | 50e2cd3f3433c42b1c4104430692acc6bc450646 (patch) | |
tree | 6636f1fb445dfbb6642e65fe4f186a1129bbbebc /ubi-utils/scripts/bin2nand2bin_test.sh | |
parent | 4bf037f3a2aea4328e10422379f751370d288d46 (diff) |
ubi-utils: Remove obsolete code/data
Artem figured out that certain stuff is obsolete. He also sugested that we
move the code from the perl directory into the scripts directory to reduce
the number of directories.
Signed-off-by: Frank Haverkamp <haver@vnet.ibm.com>
Diffstat (limited to 'ubi-utils/scripts/bin2nand2bin_test.sh')
-rw-r--r-- | ubi-utils/scripts/bin2nand2bin_test.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ubi-utils/scripts/bin2nand2bin_test.sh b/ubi-utils/scripts/bin2nand2bin_test.sh index 2192f02..51f048c 100644 --- a/ubi-utils/scripts/bin2nand2bin_test.sh +++ b/ubi-utils/scripts/bin2nand2bin_test.sh @@ -10,7 +10,7 @@ # bin -> bin2nand -> mif -> nand2bin -> img # -inject_biterror=./scripts/inject_biterror.pl +inject_biterror=./inject_biterror.pl pagesize=2048 oobsize=64 @@ -214,4 +214,3 @@ for offs in `seq 0 $oobsize` ; do echo "ok" fi done - |