spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION
authorPali Rohár <pali@kernel.org>
Sat, 21 Jan 2023 14:13:08 +0000 (15:13 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commit718d1c749fb2c2c941861afec92b9bd852e824c7
tree208a172b26a6473a6f4f254dbd49c583c3036a09
parent2f27db2fbd6e62bcdd2ea19af1dc3293f66a951f
spl: mmc: Allow to disable SYS_MMCSD_FS_BOOT_PARTITION

On some platforms is SYS_MMCSD_FS_BOOT_PARTITION unsupported. So allow to
completely disable MMC FS Boot support via new option SYS_MMCSD_FS_BOOT.

By default MMC FS Boot support is enabled (like it was before) except for
ARCH_MVEBU where MMC FS Boot supported is unsupported due to Marvell
BootROM limitations.

Signed-off-by: Pali Rohár <pali@kernel.org>
common/spl/Kconfig
common/spl/spl_mmc.c