raw: fix image size with --align
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 4 Jan 2013 11:41:15 +0000 (13:41 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 10 Jan 2013 12:13:17 +0000 (14:13 +0200)
commit78bc4c4b7959796a3865d630ea6e4b7c3f895d82
tree0cae39039bca41d5cfa98ddaf4ac686f7fed9a72
parentb7be59cab1bfc1abbc284db3bfa696d24804ad0e
raw: fix image size with --align

Finally, with the preparation patches we did, we can fix the --align problem
and fix bug #624.

The issue is: with --align the image size becomes too large and there are
unused blocks at the end.

Now we can use correct image size calculated by partitionedfs.py.

Change-Id: I59e19281934b9557cdb960a7228d81f463f37786
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/imager/raw.py