diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 10:17:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | acc415ac60d1741a3b1496ab1d3e58232bac6174 (patch) | |
tree | f51253cbd8a376aaf64920e002b788c3924467e3 /common | |
parent | 6a411dd0d25f81301b30cb54a359acbfaa751591 (diff) | |
download | u-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.zip u-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.tar.gz u-boot-acc415ac60d1741a3b1496ab1d3e58232bac6174.tar.bz2 |
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>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index dcc1a95..72c7165 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -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 |