Re: [PATCH] fs: Allow to compile FS_SQUASHFS only for proper U-Boot

2022-04-21 Thread Tom Rini
On Wed, Apr 06, 2022 at 11:34:00PM +0200, Pali Rohár wrote: > CONFIG_SPL_FS_SQUASHFS cannot be disabled when CONFIG_FS_SQUASHFS is > enabled. Fix it. > > Signed-off-by: Pali Rohár Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] fs: Allow to compile FS_SQUASHFS only for proper U-Boot

2022-04-06 Thread Pali Rohár
CONFIG_SPL_FS_SQUASHFS cannot be disabled when CONFIG_FS_SQUASHFS is enabled. Fix it. Signed-off-by: Pali Rohár --- fs/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fs.c b/fs/fs.c index 7bf8c440886a..b4306cf8499e 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -286,7 +286,7 @