Re: [linux-sunxi] [PATCH 2/6] fastboot: Implement OEM format only when we have MMC support

2015-09-22 Thread Maxime Ripard
Hi Hans, On Fri, Sep 18, 2015 at 10:53:51AM -0400, Hans de Goede wrote: > Hi, > > On 09/18/2015 08:06 AM, Maxime Ripard wrote: > >The current fastboot support assumes that CONFIG_FASTBOOT_FLASH implies > >that we have an MMC in our system, which might not be the case if we have > >some other

[linux-sunxi] [PATCH 2/6] fastboot: Implement OEM format only when we have MMC support

2015-09-18 Thread Maxime Ripard
The current fastboot support assumes that CONFIG_FASTBOOT_FLASH implies that we have an MMC in our system, which might not be the case if we have some other storage device. Change the configuration option protecting that call to FASTBOOT_FLASH_MMC_DEV, that makes much more sense. Signed-off-by:

Re: [linux-sunxi] [PATCH 2/6] fastboot: Implement OEM format only when we have MMC support

2015-09-18 Thread Hans de Goede
Hi, On 09/18/2015 08:06 AM, Maxime Ripard wrote: The current fastboot support assumes that CONFIG_FASTBOOT_FLASH implies that we have an MMC in our system, which might not be the case if we have some other storage device. Change the configuration option protecting that call to