mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig
This converts the following to Kconfig: CONFIG_SYS_MMCSD_FS_BOOT_PARTITION Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
@@ -680,6 +680,13 @@ config SPL_MMC_SUPPORT
|
||||
this option to build the drivers in drivers/mmc as part of an SPL
|
||||
build.
|
||||
|
||||
config SYS_MMCSD_FS_BOOT_PARTITION
|
||||
int "MMC Boot Partition"
|
||||
default 1
|
||||
help
|
||||
Partition on the MMC to load U-Boot from when the MMC is being
|
||||
used in fs mode
|
||||
|
||||
config SPL_MMC_TINY
|
||||
bool "Tiny MMC framework in SPL"
|
||||
depends on SPL_MMC_SUPPORT
|
||||
|
Reference in New Issue
Block a user