disk: part: scan the disk if the part_type is unknown
authorKever Yang <kever.yang@rock-chips.com>
Sat, 10 Feb 2018 09:55:37 +0000 (17:55 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 14 Mar 2018 01:46:05 +0000 (21:46 -0400)
commitd47292691977fd77f02af44359594e46411f4a63
treeb1bd452a3073a439f12822ec288487ad9953153e
parentf5bd13ed57730fd6e0de274aa52e4faef79871e9
disk: part: scan the disk if the part_type is unknown

If a DUT do not have partition table, and we write one with 'gpt write'
cmd, we should able to list the partition with 'part list' cmd.
It's reasonable to scan the disk again if the initial part_type is
unknown in case we just write a new one into disk.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
disk/part.c