
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 storage device.
Change the configuration option protecting that call to FASTBOOT_FLASH_MMC_DEV, that makes much more sense.
Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com
Note I'm not going to take this one upstream through the sunxi tree, other then that it looks fine to me.
Yes, I was kind of expecting that, this is why Marek and Lukasz are in Cc.
However, IIRC, there is some compilation breakage in fastboot when CONFIG_MMC is not there, so that might be trickier to merge.
Maxime