Skip to content
Commit 0199e734 authored by This contributor prefers not to receive mails's avatar This contributor prefers not to receive mails Committed by Tom Rini
Browse files

fs: Allow to compile CMD_UBIFS when SPL is enabled



Currently there is no UBIFS support in SPL. But macro CONFIG_CMD_UBIFS is
defined also when building SPL. when both CMD_UBIFS and SPL are enabled
then build process throw compile error.

Fix check for ubifs code in fstypes[] to allow compiling CMD_UBIFS only in
proper U-Boot.

Signed-off-by: default avatarPali Rohár <pali@kernel.org>
parent 2cebb204
Loading
Loading
Loading
Loading