[PATCH 1/4] fs/squashfs: new filesystem
Rasmus Villemoes
rasmus.villemoes at prevas.dk
Thu Jul 9 21:50:03 CEST 2020
On 09/07/2020 19.51, Joao Marcos Costa wrote:
> Add support for SquashFS filesystem. Right now, it does not support
> compression but support for zlib will be added in a follow-up commit.
Cool, thanks for proposing this. While I'm not really in a position to
review these, just one comment below.
>
> +config SPL_FS_SQUASHFS
> + bool "Support SquashFS filesystems"
> + select FS_SQUASHFS
Is there any reason U-Boot proper must support squashfs if the SPL does?
This isn't quite specific to this patch; I see a number of 'config
SPL_FOO' that either depends on or selects FOO (e.g. SPL_FS_FAT), and I
wonder why.
Rasmus
More information about the U-Boot
mailing list