Re: [PATCH] fs: Allow to compile FS_BTRFS when SPL is enabled

2022-04-20 Thread Tom Rini
On Thu, Apr 07, 2022 at 02:53:25PM +0200, Pali Rohár wrote: > Currently there is no btrfs support in SPL. But macro CONFIG_FS_BTRFS is > defined also when building SPL. When both FS_BTRFS and SPL are enabled > then build process throw compile error. > > Fix check for btrfs code in fstypes[] to al

[PATCH] fs: Allow to compile FS_BTRFS when SPL is enabled

2022-04-07 Thread Pali Rohár
Currently there is no btrfs support in SPL. But macro CONFIG_FS_BTRFS is defined also when building SPL. When both FS_BTRFS and SPL are enabled then build process throw compile error. Fix check for btrfs code in fstypes[] to allow compiling FS_BTRFS only in proper U-Boot. Signed-off-by: Pali Rohá