[U-Boot] [PATCH] cmd: fastboot: Kconfig: solve config issue

Maxime Ripard maxime.ripard at free-electrons.com
Fri Dec 8 07:49:06 UTC 2017


On Thu, Dec 07, 2017 at 06:26:17PM +0100, Patrick Delaunay wrote:
> 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 at st.com>

Acked-by: Maxime Ripard <maxime.ripard at free-electrons.com>

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171208/c2ceef56/attachment.sig>


More information about the U-Boot mailing list