Files
u-boot/cmd
Patrick Delaunay b0cce3f90f 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>
2018-02-21 20:28:15 +01:00
..
2018-01-19 15:49:26 -05:00
2017-02-08 15:56:28 -05:00
2017-07-03 17:35:28 -04:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2018-02-18 15:53:48 -07:00
2018-02-21 20:28:15 +01:00
2016-09-09 15:53:14 -04:00
2017-06-16 10:11:42 -04:00
2016-05-02 18:37:09 -04:00
2017-10-16 09:42:51 -04:00
2017-08-16 08:30:24 -04:00
2016-04-18 17:11:36 -04:00
2017-01-20 09:15:24 -05:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2018-02-21 20:28:15 +01:00
2017-02-08 15:56:28 -05:00
2017-08-16 08:30:24 -04:00
2017-11-15 10:54:06 -08:00
2017-08-16 08:30:24 -04:00
2017-10-16 09:42:51 -04:00
2016-01-25 10:39:43 -05:00
2017-12-07 15:17:00 -05:00
2017-08-16 08:30:24 -04:00
2016-10-06 20:57:42 -04:00
2017-08-16 08:22:18 -04:00
2017-08-11 15:41:51 -04:00
2017-06-12 08:37:55 -04:00
2018-01-19 15:49:29 -05:00
2017-08-16 08:30:24 -04:00
2017-08-16 08:30:24 -04:00
2018-01-10 11:11:06 +01:00
2017-08-16 08:30:24 -04:00
2016-03-27 09:12:55 -04:00
2017-09-12 10:08:05 +02:00
2017-08-16 08:30:24 -04:00