diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-12-07 18:26:17 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-21 20:28:15 +0100 |
commit | b0cce3f90f546da0c1e0dda5abcaf05d81078b0d (patch) | |
tree | 2eae678a8b0c6f37dba93c484636b523a9b47088 /include/configs/at91sam9261ek.h | |
parent | 36dd7e7e2563772293d3ecce2b108b9c7300f588 (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 'include/configs/at91sam9261ek.h')
0 files changed, 0 insertions, 0 deletions