Re: [U-Boot] [PATCH 1/4] drivers: mmc: omap_hsmmc: fix build breakage

2016-08-10 Thread Tom Rini
On Wed, Aug 10, 2016 at 07:24:03PM +0530, Sekhar Nori wrote: > structure member 'cd_inverted' of omap_hsmmc_data > is available only when OMAP_HSMMC_USE_GPIO is > defined. > > When CONFIG_DM_MMC is defined, but not > CONFIG_OMAP_GPIO, this will cause build breakage > in omap_hsmmc driver of the

Re: [U-Boot] [PATCH 1/4] drivers: mmc: omap_hsmmc: fix build breakage

2016-08-10 Thread Mugunthan V N
On Wednesday 10 August 2016 07:24 PM, Sekhar Nori wrote: > structure member 'cd_inverted' of omap_hsmmc_data > is available only when OMAP_HSMMC_USE_GPIO is > defined. > > When CONFIG_DM_MMC is defined, but not > CONFIG_OMAP_GPIO, this will cause build breakage > in omap_hsmmc driver of the sort:

[U-Boot] [PATCH 1/4] drivers: mmc: omap_hsmmc: fix build breakage

2016-08-10 Thread Sekhar Nori
structure member 'cd_inverted' of omap_hsmmc_data is available only when OMAP_HSMMC_USE_GPIO is defined. When CONFIG_DM_MMC is defined, but not CONFIG_OMAP_GPIO, this will cause build breakage in omap_hsmmc driver of the sort: CC drivers/mmc/omap_hsmmc.o ../drivers/mmc/omap_hsmmc.c: In