summaryrefslogtreecommitdiff
path: root/configs/calimain_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2017-12-07 18:26:17 +0100
committerMarek Vasut <marex@denx.de>2018-02-21 20:28:15 +0100
commitb0cce3f90f546da0c1e0dda5abcaf05d81078b0d (patch)
tree2eae678a8b0c6f37dba93c484636b523a9b47088 /configs/calimain_defconfig
parent36dd7e7e2563772293d3ecce2b108b9c7300f588 (diff)
cmd: fastboot: Kconfig: solve config issue
When FASTBOOT is activated, only one the supported device is supported in code at the same time - CONFIG_FASTBOOT_FLASH_MMC_DEV - CONFIG_FASTBOOT_FLASH_NAND_DEV But Today the choice is not exclusive in Kconfig and that cause Kconfig issue when : - CONFIG_FASTBOOT, CONFIG_MMC, CONFIG_NAND are activated - CONFIG_FASTBOOT_FLASH_MMC_DEV = 0 - CONFIG_FASTBOOT_FLASH_NAND_DEV is not activated The patch add a choice in Kconfig to select the FLASH provider - CONFIG_FASTBOOT_FLASH_MMC - CONFIG_FASTBOOT_FLASH_NAND Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/calimain_defconfig')
0 files changed, 0 insertions, 0 deletions