Fix partition search for ramdisk-recovery image 78/195978/1
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 20 Dec 2018 07:34:43 +0000 (16:34 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 20 Dec 2018 07:58:15 +0000 (16:58 +0900)
commit1292ef9f76732348cfd65e630ea1db4a017efd14
tree7ef57e373ffe403c30e9950f510e82473d4769a0
parent1943e43af1c8eac63b58ab6d6fa65eeed1e04ae4
Fix partition search for ramdisk-recovery image

Since ramdisk-recovery.img is mounted on memory space and it also has
the same label with physical partition, the target partition could be
wrong if the ram-mounted partition is searched first. To resolve it,
this fixes partition search as excepting the devices including 'ram'
on its node name.

Change-Id: I15b6124eb202f0c5ddbe8ca518bfcc892309aa9a
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/dfu.c