commit | 849a61aebebca2c4ab99bd021db94e04ff15503c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Apr 07 14:53:25 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 19 14:54:15 2022 -0400 |
tree | 1f945f1840e1ebcdec2a4fd233405c5342d72575 | |
parent | a0eae462b5a3a3891d11cdc1f2eb3300e066769d [diff] |
fs: Allow to compile FS_BTRFS when SPL is enabled 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ár <pali@kernel.org>