raw.py: kill bootdevnum
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 8 Jan 2013 13:07:47 +0000 (15:07 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 11 Jan 2013 09:42:54 +0000 (11:42 +0200)
commitbc082660f13a81b7270a1fc77db8853b99fc8a30
treef29f0a106ac99aa10ae140df2b1f2c59d4295fad
parent705d8b5bc83f2f49212304c1f064cd5e11e239e9
raw.py: kill bootdevnum

The _get_syslinux_boot_config() function returns bootdevnum which is not really
needed, because it is not used. There is only one usage - an exception error
string, but this usage is incorrect anywere, because it prints incorrect
loopback name anyway.

So kill it, and make the code a little bit cleaner. We have enough mess there.

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