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

2015-09-22 Thread Maxime Ripard
Hi Tom, On Fri, Sep 18, 2015 at 11:02:32AM -0400, Tom Rini wrote: > On Fri, Sep 18, 2015 at 02:06:16PM +0200, 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 o

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

2015-09-18 Thread Tom Rini
On Fri, Sep 18, 2015 at 02:06:16PM +0200, 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 cal

[U-Boot] [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: M