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

2017-12-07 Thread Maxime Ripard
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

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

2017-12-07 Thread Patrick Delaunay
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 activ