raw.py: remove redundant code
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 7 Jan 2013 11:16:59 +0000 (13:16 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 11 Jan 2013 09:42:54 +0000 (11:42 +0200)
commitd2de248272b57a7c306fecfaa77bc1da81d18397
tree4c6ba8b49500db1619154f4562c760ab575c509b
parentbd760f08dc3d9c924f8a269b3c128d399e15835d
raw.py: remove redundant code

Remove code from raw.py which sets the 'bootable' flag to the boot partition,
because it is redundant.

partitionedfs.py it the file where everything concerning partitions has to be
done. And there is code which sets the 'boot' flag to the boot partition. We
just need to use the '--active' option for that partition in the ks file.

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