[U-Boot] [U-Boot, 2/2] omap: Fix warning when looking for userdata part

Tom Rini trini at konsulko.com
Sat Oct 7 13:08:21 UTC 2017


On Fri, Sep 22, 2017 at 01:51:59AM +0300, Sam Protsenko wrote:

> When eMMC was formattaed for Linux partition table, "userdata" partition
> is missing. In this case, part_get_info_by_name() iterates over all
> registered drivers (which are PART_TYPE_EFI, PART_TYPE_DOS and
> PART_TYPE_ISO). And when it comes to PART_TYPE_ISO (which has empty
> partition table), we can see next warning in U-Boot output:
> 
>     ** First descriptor is NOT a primary desc on 1:1 **
> 
> This patch switches to part_get_info_by_name_type() API in order to
> check only EFI partitions for "userdata" partitions. This eliminates
> mentioned warning.
> 
> Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171007/d2988706/attachment.sig>


More information about the U-Boot mailing list