diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-18 14:01:04 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-18 14:04:15 +0200 |
commit | c842430437cbf2e584994c8eba71bf29bab6cdfc (patch) | |
tree | 74db9d2fd6d711ccffe104386ddab9055fc38f14 /ubi-utils/scripts/test.cfg | |
parent | 5d048c343fa24e33741ee4e921650f77ab510f81 (diff) |
ubi-utils: move various stuff to sort-me-out
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/scripts/test.cfg')
-rw-r--r-- | ubi-utils/scripts/test.cfg | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ubi-utils/scripts/test.cfg b/ubi-utils/scripts/test.cfg deleted file mode 100644 index 0b5ec48..0000000 --- a/ubi-utils/scripts/test.cfg +++ /dev/null @@ -1,23 +0,0 @@ -[targets] -test_complete=spl,kernel,rootfs - -[spl] -image=test_u-boot.bin -ubi_ids=10,11 -ubi_size=1MiB -ubi_type=static -ubi_names=test_spl_0,test_spl_1 - -[kernel] -image=test_vmlinux.bin -ubi_ids=12,13 -ubi_size=2MiB -ubi_type=static -ubi_names=test_kernel_0,test_kernel_1 - -[rootfs] -image=test_rootfs.bin -ubi_ids=14,15 -ubi_size=2MiB -ubi_type=dynamic -ubi_names=test_rootfs_0,test_rootfs_1 |