]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit455a364447f4d50eb4eeedee8d44feea5617c4f9
tree208a172b26a6473a6f4f254dbd49c583c3036a09
parent23df9181880d64061041dbca0ab4eb5b3cb20a3b
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