Re: [U-Boot] [PATCH V2] imx6: mx6qarm2: updated board_mmc_getcd() to the new prototype

2012-01-18 Thread Stefano Babic
On 18/01/2012 04:08, Jason Hui wrote: >> -int board_mmc_getcd(u8 *cd, struct mmc *mmc) >> +int board_mmc_getcd(struct mmc *mmc) >> { >>struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; >> + int ret; >> >>if (cfg->esdhc_base == USDHC3_BASE_ADDR) { >>

Re: [U-Boot] [PATCH V2] imx6: mx6qarm2: updated board_mmc_getcd() to the new prototype

2012-01-17 Thread Jason Hui
On Tue, Jan 17, 2012 at 9:15 PM, Stefano Babic wrote: > Commit 314284b1567f1ce29c19060641e7f213146f7ab8 has > changed board_mmc_getcd() function prototype, while > mx6qarm2 has still the old one. > > Signed-off-by: Stefano Babic > CC: Jason Liu > Acked-by: Dirk Behme > > --- >  board/freescale/

[U-Boot] [PATCH V2] imx6: mx6qarm2: updated board_mmc_getcd() to the new prototype

2012-01-17 Thread Stefano Babic
Commit 314284b1567f1ce29c19060641e7f213146f7ab8 has changed board_mmc_getcd() function prototype, while mx6qarm2 has still the old one. Signed-off-by: Stefano Babic CC: Jason Liu Acked-by: Dirk Behme --- board/freescale/mx6qarm2/mx6qarm2.c |9 + 1 files changed, 5 insertions(+), 4