]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-stm32mp/Kconfig
stm32mp1: select boot device and partition
[u-boot] / arch / arm / mach-stm32mp / Kconfig
index 8c755f8e642636639f6b64710605e3ebac8ca055..9771af927a13ec0cf25144b62d96b04662141def 100644 (file)
@@ -38,6 +38,14 @@ config SYS_TEXT_BASE
                when DDR driver is used:
                  DDR + 1MB (0xC0100000)
 
+config SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION_MMC2
+       hex "Partition on MMC2 to use to load U-Boot from"
+       depends on SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
+       default 1
+       help
+         Partition on the second MMC to load U-Boot from when the MMC is being
+         used in raw mode
+
 source "board/st/stm32mp1/Kconfig"
 
 endif