From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Date: Fri, 27 May 2016 21:57:52 +0200 Subject: [U-Boot] u-boot 2016.07-rc0 does not seem to compile for me Message-ID: <20160527195752.GA29165@amd> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I did the following to fix it up. It still might be problem with some of my local changes, but you might want to test compile. Thanks, Pavel diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c index 6a0e971..197c4ee 100644 --- a/drivers/mmc/socfpga_dw_mmc.c +++ b/drivers/mmc/socfpga_dw_mmc.c @@ -108,7 +108,7 @@ static int socfpga_dwmmc_probe(struct udevice *dev) return ret; upriv->mmc = host->mmc; - host->mmc->dev = dev; + // host->mmc->dev = dev; return 0; } -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html