[PATCH v2 1/1] fs: avoid superfluous messages

Tom Rini trini at konsulko.com
Fri Sep 24 20:29:30 CEST 2021


On Mon, Sep 20, 2021 at 02:15:03PM +0200, Heinrich Schuchardt wrote:

> Output like the following is quite irritating:
> 
>     => bootefi hello
>     Scanning disk mmc2.blk...
>     No valid Btrfs found
>     Bad magic number for SquashFS image.
>     ** Unrecognized filesystem type **
>     Scanning disk mmc1.blk...
>     No valid Btrfs found
>     Bad magic number for SquashFS image.
>     ** Unrecognized filesystem type **
>     Scanning disk mmc0.blk...
>     No valid Btrfs found
>     Bad magic number for SquashFS image.
>     ** Unrecognized filesystem type **
> 
> Albeit a whole disk may be formatted with a filesystem in most cases
> a partition table is used and the whole disk (partition number 0) doesn't
> contain a filesytem. Some partitions may only contain a blob. Not seeing a
> filesytem on the whole disk or on any partition is only worth a debug
> message.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> 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: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210924/268be976/attachment.sig>


More information about the U-Boot mailing list