git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4dc2d0
)
fs: Allow to compile FS_SQUASHFS only for proper U-Boot
author
Pali Rohár
<pali@kernel.org>
Wed, 6 Apr 2022 21:34:00 +0000
(23:34 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 21 Apr 2022 13:08:57 +0000
(09:08 -0400)
CONFIG_SPL_FS_SQUASHFS cannot be disabled when CONFIG_FS_SQUASHFS is
enabled. Fix it.
Signed-off-by: Pali Rohár <pali@kernel.org>
fs/fs.c
patch
|
blob
|
history
diff --git
a/fs/fs.c
b/fs/fs.c
index
97d4791
..
b812597
100644
(file)
--- a/
fs/fs.c
+++ b/
fs/fs.c
@@
-309,7
+309,7
@@
static struct fstype_info fstypes[] = {
},
#endif
#endif
-#if
IS_ENABLED(CONFIG_
FS_SQUASHFS)
+#if
CONFIG_IS_ENABLED(
FS_SQUASHFS)
{
.fstype = FS_TYPE_SQUASHFS,
.name = "squashfs",